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
(parent:
66fc84f
)
free action on exit
author
kramm
<kramm>
Mon, 2 Feb 2004 10:53:50 +0000
(10:53 +0000)
committer
kramm
<kramm>
Mon, 2 Feb 2004 10:53:50 +0000
(10:53 +0000)
swfs/PreLoaderTemplate.c
patch
|
blob
|
history
diff --git
a/swfs/PreLoaderTemplate.c
b/swfs/PreLoaderTemplate.c
index
80f5b12
..
e99948f
100644
(file)
--- a/
swfs/PreLoaderTemplate.c
+++ b/
swfs/PreLoaderTemplate.c
@@
-103,6
+103,10
@@
int main (int argc,char ** argv)
close(f);
swf_FreeTags(&swf); // cleanup
+
+ swf_ActionFree(a1);
+ swf_ActionFree(a2);
+
return 0;
}