another fix
authorMatthias Braun <matze@braunis.de>
Thu, 2 Jun 2005 15:13:33 +0000 (15:13 +0000)
committerMatthias Braun <matze@braunis.de>
Thu, 2 Jun 2005 15:13:33 +0000 (15:13 +0000)
SVN-Revision: 2555

tools/miniswig/parser.yy

index 852892e..3e8a4b1 100644 (file)
@@ -219,6 +219,10 @@ maybe_virtual:
 
 variable_declaration:
     type T_ID ';'
+        {
+            delete $1;
+            free($2);
+        }
 ;
 
 function_declaration: