free multiname more thoroughly
authorkramm <kramm>
Tue, 23 Dec 2008 18:47:02 +0000 (18:47 +0000)
committerkramm <kramm>
Tue, 23 Dec 2008 18:47:02 +0000 (18:47 +0000)
lib/as3/pool.c

index 6ce37d3..4f37956 100644 (file)
@@ -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);
     }
 }