leaks removing still some left

This commit is contained in:
Nathan Lebrun
2025-02-06 16:03:04 +01:00
parent 4edb42fb9b
commit 68251ee98e
6 changed files with 61 additions and 34 deletions

View File

@@ -73,5 +73,6 @@ int print_ast(t_ast_n *node, t_elems *e, int fd)
draw_bin_part(node, e, fd, node_id);
else
draw_pline_part(node, e, fd, node_id);
ft_free(&e->rect.text);
return (node_id);
}