Skip to content

Commit e4ed54a

Browse files
Fix uninitialized member variable in Recycler
1 parent 47a01f9 commit e4ed54a

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

lib/Common/Memory/Recycler.cpp

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -201,6 +201,7 @@ Recycler::Recycler(AllocationPolicyManager * policyManager, IdleDecommitPageAllo
201201
isPrimaryMarkContextInitialized(false),
202202
#endif
203203
allowDispose(false),
204+
inDisposeWrapper(false),
204205
hasDisposableObject(false),
205206
tickCountNextDispose(0),
206207
hasPendingTransferDisposedObjects(false),

0 commit comments

Comments
 (0)