issue #162
This commit is contained in:
parent
2fab4b2763
commit
7b690e7e4c
1 changed files with 3 additions and 1 deletions
|
|
@ -6,7 +6,7 @@
|
|||
/* By: jhalford <jhalford@student.42.fr> +#+ +:+ +#+ */
|
||||
/* +#+#+#+#+#+ +#+ */
|
||||
/* Created: 2016/12/07 18:07:50 by jhalford #+# #+# */
|
||||
/* Updated: 2017/03/21 14:24:52 by jhalford ### ########.fr */
|
||||
/* Updated: 2017/03/23 13:29:40 by jhalford ### ########.fr */
|
||||
/* */
|
||||
/* ************************************************************************** */
|
||||
|
||||
|
|
@ -20,6 +20,8 @@ void data_exit(void)
|
|||
ft_sstrfree(data->env);
|
||||
ft_sstrfree(data->local_var);
|
||||
ft_sstrfree(data->argv);
|
||||
lexer_destroy(&data->lexer);
|
||||
parser_destroy(&data->parser);
|
||||
ft_save_termios(-1);
|
||||
ft_free_hash_table();
|
||||
free_history_list(data_singleton()->line.list_beg);
|
||||
|
|
|
|||
Loading…
Reference in a new issue