mirror of
https://https.git.savannah.gnu.org/git/bash.git
synced 2026-08-07 02:32:27 +02:00
commit bash-20140403 snapshot
This commit is contained in:
+1
-1
@@ -3265,7 +3265,7 @@ execute_case_command (case_command)
|
||||
ignore_return = case_command->flags & CMD_IGNORE_RETURN;
|
||||
|
||||
begin_unwind_frame ("case");
|
||||
add_unwind_protect ((Function *)xfree, word);
|
||||
add_unwind_protect (xfree, word);
|
||||
|
||||
#define EXIT_CASE() goto exit_case_command
|
||||
|
||||
|
||||
Reference in New Issue
Block a user