Skip to content

Commit

Permalink
Add missing PMC destroy call.
Browse files Browse the repository at this point in the history
  • Loading branch information
nolanlum committed Dec 17, 2010
1 parent f055f32 commit 778020f
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions t/src/embed/pmc.t
Expand Up @@ -124,6 +124,7 @@ int main(int argc, char* argv[])
Parrot_pmc_destroy(interp, p_str);
Parrot_pmc_destroy(interp, p_keyedstr);
Parrot_pmc_destroy(interp, p_idx);
Parrot_pmc_destroy(interp, interpmc);
return 0;
Expand Down

0 comments on commit 778020f

Please sign in to comment.