diff src/parse.y @ 5309:15031c6fab31

[project @ 2005-04-27 07:58:14 by jwe]
author jwe
date Wed, 27 Apr 2005 07:58:14 +0000
parents bc8d6ebb6ee1
children 80c1aa832cb2
line wrap: on
line diff
--- a/src/parse.y	Wed Apr 27 05:08:19 2005 +0000
+++ b/src/parse.y	Wed Apr 27 07:58:14 2005 +0000
@@ -2845,6 +2845,8 @@
 {
   unwind_protect::begin_frame ("parse_and_execute");
 
+  unwind_protect_ptr (global_command);
+
   YY_BUFFER_STATE old_buf = current_buffer ();
   YY_BUFFER_STATE new_buf = create_buffer (f);