[svn:parrot] r40897 - trunk/src

NotFound at svn.parrot.org NotFound at svn.parrot.org
Mon Aug 31 22:49:09 UTC 2009


Author: NotFound
Date: Mon Aug 31 22:49:09 2009
New Revision: 40897
URL: https://trac.parrot.org/parrot/changeset/40897

Log:
[core] clear custom_mark flag in Parrot_pmc_destroy

Modified:
   trunk/src/pmc.c

Modified: trunk/src/pmc.c
==============================================================================
--- trunk/src/pmc.c	Mon Aug 31 22:48:52 2009	(r40896)
+++ trunk/src/pmc.c	Mon Aug 31 22:49:09 2009	(r40897)
@@ -115,6 +115,7 @@
         PObj_active_destroy_CLEAR(pmc);
     }
 
+    PObj_custom_mark_CLEAR(pmc);
     PObj_live_CLEAR(pmc);
 
     Parrot_gc_free_pmc_sync(interp, pmc);


More information about the parrot-commits mailing list