[svn:parrot] r43654 - branches/tt1393_retcon/src/pmc

jkeenan at svn.parrot.org jkeenan at svn.parrot.org
Sat Jan 30 13:53:49 UTC 2010


Author: jkeenan
Date: Sat Jan 30 13:53:48 2010
New Revision: 43654
URL: https://trac.parrot.org/parrot/changeset/43654

Log:
Deleting statement as suggested by lithos in http://trac.parrot.org/parrot/ticket/1393#comment:29.

Modified:
   branches/tt1393_retcon/src/pmc/retcontinuation.pmc

Modified: branches/tt1393_retcon/src/pmc/retcontinuation.pmc
==============================================================================
--- branches/tt1393_retcon/src/pmc/retcontinuation.pmc	Sat Jan 30 13:50:53 2010	(r43653)
+++ branches/tt1393_retcon/src/pmc/retcontinuation.pmc	Sat Jan 30 13:53:48 2010	(r43654)
@@ -85,7 +85,6 @@
         /* recycle this PMC and make sure it doesn't get marked */
         if (!PMC_IS_NULL(from_ctx))
             Parrot_pcc_set_continuation(interp, from_ctx, NULL);
-        Parrot_gc_free_pmc_header(interp, SELF);
 
         if (INTERP->code != seg)
             Parrot_switch_to_cs(INTERP, seg, 1);


More information about the parrot-commits mailing list