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:
c1e49c5
)
fixed a mem leak
author
Matthias Kramm
<kramm@quiss.org>
Fri, 5 Feb 2010 00:52:21 +0000
(16:52 -0800)
committer
Matthias Kramm
<kramm@quiss.org>
Fri, 5 Feb 2010 00:52:21 +0000
(16:52 -0800)
lib/gfxtools.c
patch
|
blob
|
history
diff --git
a/lib/gfxtools.c
b/lib/gfxtools.c
index
0869455
..
929d5bf
100644
(file)
--- a/
lib/gfxtools.c
+++ b/
lib/gfxtools.c
@@
-1178,5
+1178,6
@@
void gfxparams_free(gfxparams_t*params)
free(p);
p = next;
}
+ free(params);
}