mirror of
https://github.com/radareorg/radare2.git
synced 2024-11-28 07:30:33 +00:00
Use ls_free for ls in r_core_bin_export_info()
This commit is contained in:
parent
c6bef817ae
commit
11f4be900a
@ -274,7 +274,7 @@ R_API void r_core_bin_export_info(RCore *core, int mode) {
|
||||
free (dup);
|
||||
}
|
||||
free (offset);
|
||||
free (ls);
|
||||
ls_free (ls);
|
||||
if (IS_MODE_SET (mode)) {
|
||||
r_flag_space_pop (core->flags);
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user