diff options
Diffstat (limited to 'zenstore/compactcas.cpp')
| -rw-r--r-- | zenstore/compactcas.cpp | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/zenstore/compactcas.cpp b/zenstore/compactcas.cpp index 6a9cba817..5734a16b6 100644 --- a/zenstore/compactcas.cpp +++ b/zenstore/compactcas.cpp @@ -518,7 +518,8 @@ CasContainerStrategy::CollectGarbage(GcContext& GcCtx) m_LocationMap[Entry.Key] = Entry.Location; } } - }); + }, + [&GcCtx]() { return GcCtx.CollectSmallObjects(); }); GcCtx.DeletedCas(DeletedChunks); } |