dtinfo: Extra fixes for previous believed fixed things (coverity)
This commit is contained in:
@@ -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;
|
||||
|
||||
@@ -786,7 +786,7 @@ OutlineListView::update_list(OutlineList *list, BitHandle handle)
|
||||
ItemCount (visible_count, args);
|
||||
Set (args);
|
||||
|
||||
delete table;
|
||||
delete [] table;
|
||||
delete [] selected_list;
|
||||
}
|
||||
|
||||
@@ -1151,7 +1151,7 @@ OutlineListView::activate (WCallback *wcb)
|
||||
table, sel_list,
|
||||
oe->level() + 1);
|
||||
AddItemsUnselected (table, subcount, lcs->item_position + 1);
|
||||
delete table;
|
||||
delete [] table;
|
||||
delete [] sel_list;
|
||||
|
||||
// Turn the wait cursor off if it was on.
|
||||
|
||||
Reference in New Issue
Block a user