not working
This commit is contained in:
parent
326c9318e4
commit
314a5d4c71
2 changed files with 5 additions and 4 deletions
|
|
@ -6,7 +6,7 @@
|
|||
/* By: maiboyer <maiboyer@student.42.fr> +#+ +:+ +#+ */
|
||||
/* +#+#+#+#+#+ +#+ */
|
||||
/* Created: 2024/05/07 11:08:03 by maiboyer #+# #+# */
|
||||
/* Updated: 2024/05/08 19:07:07 by maiboyer ### ########.fr */
|
||||
/* Updated: 2024/05/08 19:39:37 by maiboyer ### ########.fr */
|
||||
/* */
|
||||
/* ************************************************************************** */
|
||||
|
||||
|
|
@ -66,7 +66,7 @@ void print_trace(void)
|
|||
size -= 3;
|
||||
while (i < size)
|
||||
print_trace_inner(trace, messages, i++);
|
||||
me_free(messages);
|
||||
free(messages);
|
||||
}
|
||||
#else
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue