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:
ebb9540
)
fixed a potential segfault
author
kramm
<kramm>
Mon, 13 Oct 2008 14:05:55 +0000
(14:05 +0000)
committer
kramm
<kramm>
Mon, 13 Oct 2008 14:05:55 +0000
(14:05 +0000)
src/swfc.c
patch
|
blob
|
history
diff --git
a/src/swfc.c
b/src/swfc.c
index
377b531
..
2db2d10
100644
(file)
--- a/
src/swfc.c
+++ b/
src/swfc.c
@@
-923,7
+923,7
@@
static void writeInstance(instance_t* i)
while (frame < currentframe)
{
frame++;
- while (tag->id != ST_SHOWFRAME)
+ while (tag && tag->id != ST_SHOWFRAME)
tag = tag->next;
if (parametersChange(i->history, frame))
{