diff options
Diffstat (limited to 'src')
| -rw-r--r-- | src/hash.h | 3 |
1 files changed, 1 insertions, 2 deletions
| @@ -409,8 +409,7 @@ namespace Bu | |||
| 409 | if( isFilled( j ) ) | 409 | if( isFilled( j ) ) |
| 410 | if( !isDeleted( j ) ) | 410 | if( !isDeleted( j ) ) |
| 411 | { | 411 | { |
| 412 | va.destroy( &aValues[j] ); | 412 | _erase( j ); |
| 413 | ka.destroy( &aKeys[j] ); | ||
| 414 | onDelete(); | 413 | onDelete(); |
| 415 | } | 414 | } |
| 416 | } | 415 | } |
