From 2987b656264945a969e41ae56dd78e5b0e575314 Mon Sep 17 00:00:00 2001 From: kramm Date: Mon, 3 May 2004 10:49:54 +0000 Subject: [PATCH] set firstTag to zero in swf_FreeTags --- lib/rfxswf.c | 1 + 1 file changed, 1 insertion(+) 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 -- 1.7.10.4