clean: remove trash file
This commit is contained in:
@ -100,6 +100,7 @@ int ft_cmds_parser(t_data *data, const char *line)
|
||||
tab = ft_split_quoted(line, '|');
|
||||
if (tab == NULL)
|
||||
{
|
||||
ft_freer_tab_ultimate(1, tab);
|
||||
ft_eprintf("minishell: malloc failed\n");
|
||||
return (1);
|
||||
}
|
||||
|
Reference in New Issue
Block a user