aboutsummaryrefslogtreecommitdiff
path: root/src/unstable/cachebase.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/unstable/cachebase.h')
-rw-r--r--src/unstable/cachebase.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/unstable/cachebase.h b/src/unstable/cachebase.h
index 1216e78..d5b4382 100644
--- a/src/unstable/cachebase.h
+++ b/src/unstable/cachebase.h
@@ -481,6 +481,7 @@ namespace Bu
481 else 481 else
482 { 482 {
483 pEnt->bDeleted = true; 483 pEnt->bDeleted = true;
484 Bu::println("Deleted item, ref count = %1").arg( pEnt->iRefCount );
484 pEnt->mEntry.unlock(); 485 pEnt->mEntry.unlock();
485 } 486 }
486 hCacheEntry.erase( key ); 487 hCacheEntry.erase( key );