diff options
Diffstat (limited to 'src/unstable')
-rw-r--r-- | src/unstable/cachebase.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/unstable/cachebase.h b/src/unstable/cachebase.h index 5da4ce9..1216e78 100644 --- a/src/unstable/cachebase.h +++ b/src/unstable/cachebase.h | |||
@@ -617,6 +617,7 @@ namespace Bu | |||
617 | Entry *pEnt = NULL; | 617 | Entry *pEnt = NULL; |
618 | try | 618 | try |
619 | { | 619 | { |
620 | Bu::ReadWriteMutex::ReadLocker rl( mCacheEntry ); | ||
620 | pEnt = hCacheEntry.get( *i ); | 621 | pEnt = hCacheEntry.get( *i ); |
621 | } | 622 | } |
622 | catch( Bu::HashException ) | 623 | catch( Bu::HashException ) |