line ne se free pas

This commit is contained in:
H3XploR
2025-02-25 02:40:35 +01:00
parent f7e6dec6c4
commit 1faa437fd2
7 changed files with 8 additions and 11 deletions
+1 -3
View File
@@ -6,7 +6,7 @@
/* By: yantoine <yantoine@student.42.fr> +#+ +:+ +#+ */
/* +#+#+#+#+#+ +#+ */
/* Created: 2025/02/22 18:27:48 by yantoine #+# #+# */
/* Updated: 2025/02/22 18:28:45 by yantoine ### ########.fr */
/* Updated: 2025/02/25 01:13:20 by yantoine ### ########.fr */
/* */
/* ************************************************************************** */
@@ -28,8 +28,6 @@ int isdigit_token(char **tokens)
&& tokens[i][j] != '-' \
&& tokens[i][j] != ',')
{
printf("%c\n", tokens[i][j]);
printf("%p\n", tokens[i]);
return (0);
}
}