Skip to content

Commit

Permalink
add missing ASSERT_ARGS
Browse files Browse the repository at this point in the history
  • Loading branch information
mikehh committed Feb 27, 2011
1 parent cf7013a commit c0ef3a4
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/pmc/structview.pmc
@@ -1,5 +1,5 @@
/*
Copyright (C) 2001-2010, Parrot Foundation.
Copyright (C) 2001-2011, Parrot Foundation.

=head1 NAME

Expand Down Expand Up @@ -121,6 +121,7 @@ Deallocation function to be attached to allocated instances.
static void
deallocate_ptrobj(PARROT_INTERP, SHIM(PMC *obj), ARGFREE(void *ptr))
{
ASSERT_ARGS(deallocate_ptrobj)
mem_sys_free(ptr);
}

Expand Down

0 comments on commit c0ef3a4

Please sign in to comment.