From: kramm Date: Mon, 3 May 2004 10:49:54 +0000 (+0000) Subject: set firstTag to zero in swf_FreeTags X-Git-Tag: release-0-6-0~250 X-Git-Url: http://git.asbjorn.biz/?p=swftools.git;a=commitdiff_plain;h=2987b656264945a969e41ae56dd78e5b0e575314 set firstTag to zero in swf_FreeTags --- diff --git a/lib/rfxswf.c b/lib/rfxswf.c index f67d951..c91f339 100644 --- a/lib/rfxswf.c +++ b/lib/rfxswf.c @@ -1395,6 +1395,7 @@ void swf_FreeTags(SWF * swf) // Frees all malloc'ed memory for t free(t); t = tnew; } + swf->firstTag = 0; } // include advanced functions