Skip to content
This repository has been archived by the owner on Jan 23, 2023. It is now read-only.

Commit

Permalink
Merge in 'release/3.1' changes
Browse files Browse the repository at this point in the history
  • Loading branch information
dotnet-bot committed Aug 15, 2022
2 parents d81d694 + 233a763 commit 461ef0a
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/gc/gc.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -16255,6 +16255,8 @@ BOOL gc_heap::should_proceed_with_gc()
// The no_gc mode was already in progress yet we triggered another GC,
// this effectively exits the no_gc mode.
restore_data_for_no_gc();

memset (&current_no_gc_region_info, 0, sizeof (current_no_gc_region_info));
}
else
return should_proceed_for_no_gc();
Expand Down

0 comments on commit 461ef0a

Please sign in to comment.