tentative de debug du leaks de testt
This commit is contained in:
@@ -6,7 +6,7 @@
|
|||||||
/* By: hulamy <marvin@42.fr> +#+ +:+ +#+ */
|
/* By: hulamy <marvin@42.fr> +#+ +:+ +#+ */
|
||||||
/* +#+#+#+#+#+ +#+ */
|
/* +#+#+#+#+#+ +#+ */
|
||||||
/* Created: 2019/12/11 00:27:09 by hulamy #+# #+# */
|
/* Created: 2019/12/11 00:27:09 by hulamy #+# #+# */
|
||||||
/* Updated: 2019/12/11 00:56:54 by hulamy ### ########.fr */
|
/* Updated: 2019/12/12 23:01:04 by hulamy ### ########.fr */
|
||||||
/* */
|
/* */
|
||||||
/* ************************************************************************** */
|
/* ************************************************************************** */
|
||||||
|
|
||||||
|
|||||||
@@ -169,28 +169,18 @@ int get_next_line(int fd, char **line)
|
|||||||
int main(int ac, char **av)
|
int main(int ac, char **av)
|
||||||
{
|
{
|
||||||
int fd1;
|
int fd1;
|
||||||
int fd2;
|
|
||||||
int i;
|
int i;
|
||||||
char *line;
|
char *line;
|
||||||
|
|
||||||
line = NULL;
|
line = NULL;
|
||||||
fd1 = open(av[1], O_RDONLY);
|
fd1 = open(av[1], O_RDONLY);
|
||||||
fd2 = open(av[2], O_RDONLY);
|
|
||||||
if (ac < 2)
|
if (ac < 2)
|
||||||
return (0);
|
return (0);
|
||||||
while ((i = get_next_line(fd1, &line)) > 0)
|
while ((i = get_next_line(fd1, &line)) > 0)
|
||||||
{
|
{
|
||||||
printf("%i", i);
|
|
||||||
printf("%s\n",line);
|
printf("%s\n",line);
|
||||||
free(line);
|
free(line);
|
||||||
if ((i = get_next_line(fd2, &line)) > 0)
|
|
||||||
{
|
|
||||||
printf("%s\n",line);
|
|
||||||
free(line);
|
|
||||||
}
|
|
||||||
printf("%i", i);
|
|
||||||
}
|
}
|
||||||
printf("%i", i);
|
|
||||||
while (1);
|
while (1);
|
||||||
return (0);
|
return (0);
|
||||||
}
|
}
|
||||||
|
|||||||
2
testt/test.txt
Normal file
2
testt/test.txt
Normal file
@@ -0,0 +1,2 @@
|
|||||||
|
asdfghjklasdfghjklasdfghjkl
|
||||||
|
|
||||||
Reference in New Issue
Block a user