aboutsummaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/hash.h3
1 files changed, 1 insertions, 2 deletions
diff --git a/src/hash.h b/src/hash.h
index 1b53001..5cf54c2 100644
--- a/src/hash.h
+++ b/src/hash.h
@@ -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 }