From: Matthias Braun Date: Thu, 2 Jun 2005 15:13:33 +0000 (+0000) Subject: another fix X-Git-Url: https://git.verplant.org/?a=commitdiff_plain;h=402b44d8d94d6ac1486d55460e756bfcdcdc065c;p=supertux.git another fix SVN-Revision: 2555 --- diff --git a/tools/miniswig/parser.yy b/tools/miniswig/parser.yy index 852892e98..3e8a4b1f8 100644 --- a/tools/miniswig/parser.yy +++ b/tools/miniswig/parser.yy @@ -219,6 +219,10 @@ maybe_virtual: variable_declaration: type T_ID ';' + { + delete $1; + free($2); + } ; function_declaration: