projects
/
supertux.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
71104a9
)
another fix
author
Matthias Braun
<matze@braunis.de>
Thu, 2 Jun 2005 15:13:33 +0000
(15:13 +0000)
committer
Matthias Braun
<matze@braunis.de>
Thu, 2 Jun 2005 15:13:33 +0000
(15:13 +0000)
SVN-Revision: 2555
tools/miniswig/parser.yy
patch
|
blob
|
history
diff --git
a/tools/miniswig/parser.yy
b/tools/miniswig/parser.yy
index
852892e
..
3e8a4b1
100644
(file)
--- 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: