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:
9120f90
)
free multiname more thoroughly
author
kramm
<kramm>
Tue, 23 Dec 2008 18:47:02 +0000
(18:47 +0000)
committer
kramm
<kramm>
Tue, 23 Dec 2008 18:47:02 +0000
(18:47 +0000)
lib/as3/pool.c
patch
|
blob
|
history
diff --git
a/lib/as3/pool.c
b/lib/as3/pool.c
index
6ce37d3
..
4f37956
100644
(file)
--- a/
lib/as3/pool.c
+++ b/
lib/as3/pool.c
@@
-611,6
+611,7
@@
void multiname_destroy(multiname_t*m)
if(m->namespace_set) {
namespace_set_destroy(m->namespace_set);m->namespace_set = 0;
}
+ m->type=0;
free(m);
}
}