Skip to content

Commit

Permalink
Fix PackfileDirectory mark. Infinoid++, NotFound++
Browse files Browse the repository at this point in the history
git-svn-id: https://svn.parrot.org/parrot/trunk@38915 d31e2699-5ff4-0310-a27c-f18f2fbe73fe
  • Loading branch information
bacek committed May 18, 2009
1 parent 2435b91 commit 498f4e9
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/pmc/packfiledirectory.pmc
Original file line number Diff line number Diff line change
Expand Up @@ -64,6 +64,8 @@ Marks the object as live.

if (attrs->hash)
Parrot_gc_mark_PObj_alive(interp, (PObj *)attrs->hash);

SUPER();
}

/*
Expand Down

0 comments on commit 498f4e9

Please sign in to comment.