diff options
Diffstat (limited to 'src/hash.h')
-rw-r--r-- | src/hash.h | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -461,6 +461,8 @@ private: | |||
461 | aKeys = ka.allocate( nCapacity ); | 461 | aKeys = ka.allocate( nCapacity ); |
462 | aValues = va.allocate( nCapacity ); | 462 | aValues = va.allocate( nCapacity ); |
463 | 463 | ||
464 | nFilled = 0; | ||
465 | |||
464 | // Re-insert all of the old data (except deleted items) | 466 | // Re-insert all of the old data (except deleted items) |
465 | for( uint32_t j = 0; j < nOldCapacity; j++ ) | 467 | for( uint32_t j = 0; j < nOldCapacity; j++ ) |
466 | { | 468 | { |