X-Git-Url: http://git.asbjorn.biz/?a=blobdiff_plain;f=lib%2Fas3%2Fpool.c;h=4f37956c13d1a7440f1d6d4fd3b3f9cb404fc731;hb=4a9e5fceebd6e0c5657077e5b5bec3c918462deb;hp=6ce37d33a3441073e3a3d2356d0ba425d4a11a03;hpb=9120f905d6d5fcdbefdb957488182aeabc697fdb;p=swftools.git diff --git a/lib/as3/pool.c b/lib/as3/pool.c index 6ce37d3..4f37956 100644 --- 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); } }