diff options
author | Mike Buland <eichlan@xagasoft.com> | 2010-05-01 19:20:21 +0000 |
---|---|---|
committer | Mike Buland <eichlan@xagasoft.com> | 2010-05-01 19:20:21 +0000 |
commit | b4f8ebcb496ca231fa737307a0f9757d01e37c7b (patch) | |
tree | 57c99b2982b78148fa8b5412280d478a7d3be28e /src/cachestorenids.h | |
parent | aeb8bee786a9495c78ed94e2a8485ed790714635 (diff) | |
download | libbu++-b4f8ebcb496ca231fa737307a0f9757d01e37c7b.tar.gz libbu++-b4f8ebcb496ca231fa737307a0f9757d01e37c7b.tar.bz2 libbu++-b4f8ebcb496ca231fa737307a0f9757d01e37c7b.tar.xz libbu++-b4f8ebcb496ca231fa737307a0f9757d01e37c7b.zip |
Cache fixes.
Diffstat (limited to 'src/cachestorenids.h')
-rw-r--r-- | src/cachestorenids.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/cachestorenids.h b/src/cachestorenids.h index 54129b0..f413bd0 100644 --- a/src/cachestorenids.h +++ b/src/cachestorenids.h | |||
@@ -122,6 +122,7 @@ namespace Bu | |||
122 | nStore.deleteStream( iStream ); | 122 | nStore.deleteStream( iStream ); |
123 | hId.erase( key ); | 123 | hId.erase( key ); |
124 | delete pObj; | 124 | delete pObj; |
125 | sync(); | ||
125 | } | 126 | } |
126 | 127 | ||
127 | virtual bool has( const keytype &key ) | 128 | virtual bool has( const keytype &key ) |