This commit is contained in:
Nathan Lebrun
2025-02-06 11:27:00 +01:00
parent 2bfdc3814f
commit 2e015152cf
5 changed files with 13 additions and 3 deletions

View File

@@ -37,5 +37,5 @@ void create_pline(t_ast_n *self, t_node *lst, t_node *token, t_msh *msh)
i++;
}
cpy = NULL;
// free_lltab(sublsts);
free_lltab(nodell);
}