Skip to content

Commit

Permalink
Fix a memory leak
Browse files Browse the repository at this point in the history
  • Loading branch information
jnthn committed Jun 8, 2018
1 parent bf60f5f commit 7ea08c9
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/spesh/plugin.c
Expand Up @@ -647,6 +647,7 @@ void MVM_spesh_plugin_rewrite_resolve(MVMThreadContext *tc, MVMSpeshGraph *g, MV
guard->kind);
}
}
MVM_free(arg_regs);
}
}

Expand Down

0 comments on commit 7ea08c9

Please sign in to comment.