leaks
This commit is contained in:
@@ -13,7 +13,7 @@
|
||||
#ifndef MINISHELL_H
|
||||
# define MINISHELL_H
|
||||
|
||||
# define DEBUG 1
|
||||
# define DEBUG 0
|
||||
|
||||
typedef struct s_ast_n t_ast_n;
|
||||
typedef struct s_node t_node;
|
||||
|
||||
@@ -83,5 +83,6 @@ void create_and_or(t_ast_n *parrent, t_node *lst, t_node *token, t_msh *msh);
|
||||
|
||||
// free
|
||||
void free_ast(t_ast_n *node);
|
||||
void free_lltab(t_nodell *nodell);
|
||||
|
||||
#endif
|
||||
|
||||
Reference in New Issue
Block a user