Skip to content

Commit

Permalink
don't forget to clear shared flags buffer of compunit
Browse files Browse the repository at this point in the history
  • Loading branch information
timo committed Oct 17, 2016
1 parent 9ca6054 commit 4b54e35
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/6model/reprs/MVMCompUnit.c
Expand Up @@ -94,6 +94,8 @@ static void gc_free(MVMThreadContext *tc, MVMObject *obj) {
MVM_free(body->string_heap_fast_table);
if (body->nameds_buffer)
MVM_free(body->nameds_buffer);
if (body->flags_buffer)
MVM_free(body->flags_buffer);
switch (body->deallocate) {
case MVM_DEALLOCATE_NOOP:
break;
Expand Down

0 comments on commit 4b54e35

Please sign in to comment.