Skip to content

Commit 838b864

Browse files
[MERGE chakra-core#887] Fix uninitialized member variable in Recycler
Merge pull request chakra-core#887 from digitalinfinity:gc_bugfix
2 parents ce368e7 + e4ed54a commit 838b864

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)