dtinfo: Extra fixes for previous believed fixed things (coverity)

This commit is contained in:
Peter Howkins
2018-04-24 03:25:54 +01:00
parent a1fb026d86
commit 3b2d34b5a4
2 changed files with 3 additions and 3 deletions

View File

@@ -108,7 +108,7 @@ sorter::~sorter()
{
int i;
for ( i=0; i<NUM_BUCKETS; delete v_bucket_array[i++] );
delete v_bucket_array;
delete [] v_bucket_array;
for ( i=0; i<v_no_unique_keys; delete v_unique_keys[i++] );
delete [] v_unique_keys;