Skip to content

Commit

Permalink
Fix leak of a static frame's instrumentation data
Browse files Browse the repository at this point in the history
  • Loading branch information
niner committed Jan 4, 2021
1 parent a841ece commit fa7c269
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/6model/reprs/MVMStaticFrame.c
Expand Up @@ -189,6 +189,7 @@ static void gc_free(MVMThreadContext *tc, MVMObject *obj) {
MVM_free(body->local_types);
MVM_free(body->lexical_types);
MVM_free(body->lexical_names_list);
MVM_free(body->instrumentation);
MVM_index_hash_demolish(tc, &body->lexical_names);
}

Expand Down

0 comments on commit fa7c269

Please sign in to comment.