X-Git-Url: http://git.asbjorn.biz/?a=blobdiff_plain;f=src%2Fswfdump.c;h=c6e438e5f18b8dbf5718aec44ad81894b8447057;hb=17d95f2f55f38f9a4c52e4f5850ff2913e4a4261;hp=a77e4136aecc9cd2b92b459fdf7c6faaea00ccfe;hpb=86ac28a39ddcee6967ebcefc2645a5c849d52087;p=swftools.git diff --git a/src/swfdump.c b/src/swfdump.c index a77e413..c6e438e 100644 --- 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)