mirror of
https://github.com/radareorg/radare2.git
synced 2024-11-28 15:41:38 +00:00
Fix r_io_map_del_name ##io
This commit is contained in:
parent
4b05dfda99
commit
4c9f466b7c
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user