Fix r_io_map_del_name ##io

This commit is contained in:
condret 2021-10-07 22:37:31 +02:00
parent 4b05dfda99
commit 4c9f466b7c

View File

@ -336,6 +336,7 @@ R_API void r_io_map_set_name(RIOMap* map, const char* name) {
R_API void r_io_map_del_name(RIOMap* map) {
r_return_if_fail (map);
R_FREE (map->name);
}
// TODO: very similar to r_io_map_next_address, decide which one to use