diff options
Diffstat (limited to 'zenstore/gc.cpp')
| -rw-r--r-- | zenstore/gc.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/zenstore/gc.cpp b/zenstore/gc.cpp index 52bb33955..5c2ee2daa 100644 --- a/zenstore/gc.cpp +++ b/zenstore/gc.cpp @@ -138,7 +138,7 @@ CasGc::CollectGarbage() // First gather reference set GcContext GcCtx; - GcCtx.SetDeletionMode(false); + GcCtx.SetDeletionMode(true); for (GcContributor* Contributor : m_GcContribs) { |