Skip to content

Commit 46f0029

Browse files
committed
Revert deallocate
1 parent f8c3a72 commit 46f0029

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

source/FolderDisplay.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -299,7 +299,7 @@ void FolderDisplay::OnUpdateUI(wxCommandEvent& event){
299299
if (old_parent != nullptr){
300300
old_parent->size -= data->size;
301301
//deallocate old data
302-
delete data;
302+
//delete data;
303303
data = fd;
304304
old_parent->size += data->size;
305305

0 commit comments

Comments
 (0)