Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Add missing mark.
  • Loading branch information
jnthn committed Feb 28, 2010
1 parent 1201479 commit 4d8935e
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/pmc/p6lowlevelsig.pmc
Expand Up @@ -136,6 +136,8 @@ Marks anything we're referencing.
Parrot_gc_mark_PMC_alive(interp, elements[i]->post_constraints);
if (elements[i]->sub_signature)
Parrot_gc_mark_PMC_alive(interp, elements[i]->sub_signature);
if (elements[i]->coerce_to)
Parrot_gc_mark_STRING_alive(interp, elements[i]->coerce_to);
}
}

Expand Down

0 comments on commit 4d8935e

Please sign in to comment.