[svn:parrot] r38915 - trunk/src/pmc

bacek at svn.parrot.org bacek at svn.parrot.org
Mon May 18 21:56:52 UTC 2009


Author: bacek
Date: Mon May 18 21:56:52 2009
New Revision: 38915
URL: https://trac.parrot.org/parrot/changeset/38915

Log:
Fix PackfileDirectory mark. Infinoid++, NotFound++

Modified:
   trunk/src/pmc/packfiledirectory.pmc

Modified: trunk/src/pmc/packfiledirectory.pmc
==============================================================================
--- trunk/src/pmc/packfiledirectory.pmc	Mon May 18 21:56:29 2009	(r38914)
+++ trunk/src/pmc/packfiledirectory.pmc	Mon May 18 21:56:52 2009	(r38915)
@@ -64,6 +64,8 @@
 
         if (attrs->hash)
             Parrot_gc_mark_PObj_alive(interp, (PObj *)attrs->hash);
+
+        SUPER();
     }
 
 /*


More information about the parrot-commits mailing list