From f92984371bff8a2d406f095ade584a7bf0f182f5 Mon Sep 17 00:00:00 2001 From: zousar Date: Sat, 28 Mar 2026 01:41:32 -0600 Subject: Clean up chunk map when externally referencing a file --- src/zenstore/projectstore.cpp | 1 + 1 file changed, 1 insertion(+) (limited to 'src/zenstore/projectstore.cpp') diff --git a/src/zenstore/projectstore.cpp b/src/zenstore/projectstore.cpp index 13674da4d..0c4abeb1e 100644 --- a/src/zenstore/projectstore.cpp +++ b/src/zenstore/projectstore.cpp @@ -3180,6 +3180,7 @@ ProjectStore::Oplog::AddFileMapping(const RwLock::ExclusiveLockScope&, } else { + m_ChunkMap.erase(FileId); Entry.ServerPath = ServerPath; } -- cgit v1.2.3