X-Git-Url: http://git.asbjorn.biz/?p=swftools.git;a=blobdiff_plain;f=swfs%2FPreLoaderTemplate.c;h=e99948f5b85e600f053a2b853d01af782c39c050;hp=80f5b12c5194cc307e7e2d369c21aaee5d83d2b7;hb=773e9b11a7cd3f108561a8b39f56111e9793456a;hpb=66fc84f17f5bbc247c4deab81df53003d3f5f77b diff --git a/swfs/PreLoaderTemplate.c b/swfs/PreLoaderTemplate.c index 80f5b12..e99948f 100644 --- 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; }