fixed a mem leak
authorkramm <kramm>
Mon, 24 Nov 2008 16:17:48 +0000 (16:17 +0000)
committerkramm <kramm>
Mon, 24 Nov 2008 16:17:48 +0000 (16:17 +0000)
src/swfdump.c

index a77e413..c6e438e 100644 (file)
@@ -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)