[FIX] error in libtf
This commit is contained in:
parent
9d70f4ccb2
commit
e531a5917d
3 changed files with 4 additions and 3 deletions
|
|
@ -6,7 +6,7 @@
|
|||
/* By: mcolonna <marvin@42.fr> +#+ +:+ +#+ */
|
||||
/* +#+#+#+#+#+ +#+ */
|
||||
/* Created: 2023/12/18 11:08:16 by mcolonna #+# #+# */
|
||||
/* Updated: 2024/03/12 16:05:15 by mcolonna ### ########.fr */
|
||||
/* Updated: 2024/04/29 13:47:37 by mcolonna ### ########.fr */
|
||||
/* */
|
||||
/* ************************************************************************** */
|
||||
|
||||
|
|
@ -60,6 +60,7 @@ void mem_freeall(t_memclass mc)
|
|||
el = ((t_memclass_in *) mc)->first;
|
||||
while (el)
|
||||
{
|
||||
el->previous = NULL;
|
||||
next = el->next;
|
||||
free_address_with_element(el->address);
|
||||
if (el->subclass)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue