mirror of
https://https.git.savannah.gnu.org/git/bash.git
synced 2026-07-03 02:10:50 +02:00
commit bash-20120216 snapshot
This commit is contained in:
+2
-1
@@ -693,7 +693,8 @@ execute_command_internal (command, asynchronous, pipe_in, pipe_out,
|
||||
redirection_undo_list = (REDIRECT *)NULL;
|
||||
dispose_exec_redirects ();
|
||||
#if defined (PROCESS_SUBSTITUTION)
|
||||
free (ofifo_list);
|
||||
if (saved_fifo)
|
||||
free (ofifo_list);
|
||||
#endif
|
||||
return (last_command_exit_value = EXECUTION_FAILURE);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user