Skip to content

Commit e6e7b3d

Browse files
committed
Initialize hasNativeGCHost flag in Recycler constructor.
1 parent a454f7f commit e6e7b3d

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

lib/Common/Memory/Recycler.cpp

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -191,6 +191,7 @@ Recycler::Recycler(AllocationPolicyManager * policyManager, IdleDecommitPageAllo
191191
allowDispose(false),
192192
inDisposeWrapper(false),
193193
hasDisposableObject(false),
194+
hasNativeGCHost(false),
194195
tickCountNextDispose(0),
195196
transientPinnedObject(nullptr),
196197
pinnedObjectMap(1024, HeapAllocator::GetNoMemProtectInstance()),

0 commit comments

Comments
 (0)