Skip to content

Commit

Permalink
[profiler] Fix GC finalize object end event not getting invoked.
Browse files Browse the repository at this point in the history
Commit migrated from mono/mono@fa4ea4c
  • Loading branch information
Alex Rønne Petersen committed Oct 2, 2016
1 parent 3f0dda0 commit 6b0f810
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/mono/mono/metadata/profiler.c
Original file line number Diff line number Diff line change
Expand Up @@ -968,7 +968,7 @@ mono_profiler_install_gc_finalize (MonoProfileGCFinalizeFunc begin, MonoProfileG

prof_list->gc_finalize_begin = begin;
prof_list->gc_finalize_object_begin = begin_obj;
prof_list->gc_finalize_object_begin = end_obj;
prof_list->gc_finalize_object_end = end_obj;
prof_list->gc_finalize_end = end;
}

Expand Down

0 comments on commit 6b0f810

Please sign in to comment.