mirror of
https://github.com/radareorg/radare2.git
synced 2025-01-08 14:20:19 +00:00
Fix #6084 - crash in V! -> Close
This commit is contained in:
parent
18511a97d9
commit
e7d10a716f
@ -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;
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user