Use ls_free for ls in r_core_bin_export_info()

This commit is contained in:
Lazula 2022-01-14 15:11:22 -06:00 committed by pancake
parent c6bef817ae
commit 11f4be900a

View File

@ -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);
}