mirror of
https://github.com/radareorg/radare2.git
synced 2025-02-09 07:42:25 +00:00
Fix leak when showing lib versions
This commit is contained in:
parent
d4c2c61df1
commit
5aad604a27
@ -757,6 +757,8 @@ R_API int r_main_radare2(int argc, const char **argv) {
|
||||
}
|
||||
}
|
||||
if (show_versions) {
|
||||
LISTS_FREE();
|
||||
free (debugbackend);
|
||||
return r_main_version_verify (1, json);
|
||||
}
|
||||
if (show_version) {
|
||||
|
Loading…
x
Reference in New Issue
Block a user