Skip to content

Commit

Permalink
[jit] Fix a leak in the trampoline info registration code. (mono/mono…
Browse files Browse the repository at this point in the history
…#4646)

Commit migrated from mono/mono@dddf0d8
  • Loading branch information
vargaz authored Apr 5, 2017
1 parent 07445cf commit 2ae9757
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/mono/mono/mini/mini-runtime.c
Original file line number Diff line number Diff line change
Expand Up @@ -445,6 +445,7 @@ mono_tramp_info_free (MonoTrampInfo *info)

// FIXME: ji
mono_free_unwind_info (info->unwind_ops);
g_free (info->uw_info);
g_free (info);
}

Expand Down

0 comments on commit 2ae9757

Please sign in to comment.