git.asbjorn.biz
/
swftools.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
ebf53a9
)
set firstTag to zero in swf_FreeTags
author
kramm
<kramm>
Mon, 3 May 2004 10:49:54 +0000
(10:49 +0000)
committer
kramm
<kramm>
Mon, 3 May 2004 10:49:54 +0000
(10:49 +0000)
lib/rfxswf.c
patch
|
blob
|
history
diff --git
a/lib/rfxswf.c
b/lib/rfxswf.c
index
f67d951
..
c91f339
100644
(file)
--- 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