Fix #6084 - crash in V! -> Close

This commit is contained in:
pancake 2016-11-01 00:42:30 +01:00
parent 18511a97d9
commit e7d10a716f

View File

@ -2246,6 +2246,7 @@ R_API int r_bin_file_delete_all(RBin *bin) {
r_list_delete (bin->binfiles, iter);
counter++;
}
bin->cur = NULL;
}
return counter;
}