git.asbjorn.biz
/
swftools.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(from parent 1:
f37b0cb
)
fixed a mem leak
author
kramm
<kramm>
Mon, 24 Nov 2008 16:17:48 +0000
(16:17 +0000)
committer
kramm
<kramm>
Mon, 24 Nov 2008 16:17:48 +0000
(16:17 +0000)
src/swfdump.c
patch
|
blob
|
history
diff --git
a/src/swfdump.c
b/src/swfdump.c
index
a77e413
..
c6e438e
100644
(file)
--- a/
src/swfdump.c
+++ b/
src/swfdump.c
@@
-265,6
+265,7
@@
void dumpButtonActions(TAG*tag, char*prefix)
}
actions = swf_ActionGet(tag);
swf_DumpActions(actions, prefix);
+ swf_ActionFree(actions);
}
void dumpButton(TAG*tag, char*prefix)