[svn:parrot] r40891 - trunk/src

NotFound at svn.parrot.org NotFound at svn.parrot.org
Mon Aug 31 10:58:10 UTC 2009


Author: NotFound
Date: Mon Aug 31 10:58:10 2009
New Revision: 40891
URL: https://trac.parrot.org/parrot/changeset/40891

Log:
[core] clear live flag in Parrot_pmc_destroy

Modified:
   trunk/src/pmc.c

Modified: trunk/src/pmc.c
==============================================================================
--- trunk/src/pmc.c	Mon Aug 31 09:45:24 2009	(r40890)
+++ trunk/src/pmc.c	Mon Aug 31 10:58:10 2009	(r40891)
@@ -115,6 +115,8 @@
         PObj_active_destroy_CLEAR(pmc);
     }
 
+    PObj_live_CLEAR(pmc);
+
     Parrot_gc_free_pmc_sync(interp, pmc);
 
     if (pmc->vtable->attr_size) {


More information about the parrot-commits mailing list