[svn:parrot] r48891 - trunk/src/pmc
nwellnhof at svn.parrot.org
nwellnhof at svn.parrot.org
Thu Sep 9 21:37:39 UTC 2010
Author: nwellnhof
Date: Thu Sep 9 21:37:38 2010
New Revision: 48891
URL: https://trac.parrot.org/parrot/changeset/48891
Log:
[pmc] Mark gr_byte and gr_entries in PackfileAnnotations PMC
Modified:
trunk/src/pmc/packfileannotations.pmc
Modified: trunk/src/pmc/packfileannotations.pmc
==============================================================================
--- trunk/src/pmc/packfileannotations.pmc Thu Sep 9 20:54:16 2010 (r48890)
+++ trunk/src/pmc/packfileannotations.pmc Thu Sep 9 21:37:38 2010 (r48891)
@@ -80,6 +80,8 @@
PARROT_PACKFILEANNOTATIONS(SELF);
Parrot_gc_mark_PMC_alive(INTERP, attrs->const_table);
+ Parrot_gc_mark_PMC_alive(INTERP, attrs->gr_byte);
+ Parrot_gc_mark_PMC_alive(INTERP, attrs->gr_entries);
Parrot_gc_mark_PMC_alive(INTERP, attrs->annotations);
SUPER();
More information about the parrot-commits
mailing list