"cmd_arr/cmd_array" renamed to "pipeline"
This commit is contained in:
@@ -6,7 +6,7 @@
|
||||
/* By: lperrey <lperrey@student.42.fr> +#+ +:+ +#+ */
|
||||
/* +#+#+#+#+#+ +#+ */
|
||||
/* Created: 2021/10/10 23:53:17 by lperrey #+# #+# */
|
||||
/* Updated: 2021/11/27 23:50:15 by lperrey ### ########.fr */
|
||||
/* Updated: 2021/11/29 12:25:46 by lperrey ### ########.fr */
|
||||
/* */
|
||||
/* ************************************************************************** */
|
||||
|
||||
@@ -42,7 +42,7 @@ int free_exit(t_all *c, int exit_status)
|
||||
//environ = g_ori_environ; // WIP free test
|
||||
environ = NULL; // WIP free test
|
||||
ft_free_2d_arr(c->path);
|
||||
free_pipeline(&c->cmd_arr);
|
||||
free_pipeline(&c->pipeline);
|
||||
//if (c->termios_changed)
|
||||
// tcsetattr(STDIN_FILENO, TCSANOW, &c->ori_termios);
|
||||
rl_clear_history();
|
||||
|
||||
Reference in New Issue
Block a user