mirror of
https://github.com/radareorg/radare2.git
synced 2025-03-04 12:27:40 +00:00
Fix 2 leaks in RBinInfo.free()
This commit is contained in:
parent
74b5421ed4
commit
7181250017
@ -141,6 +141,8 @@ R_API void r_bin_info_free(RBinInfo *rb) {
|
||||
free (rb->rpath);
|
||||
free (rb->guid);
|
||||
free (rb->debug_file_name);
|
||||
free (rb->actual_checksum);
|
||||
free (rb->claimed_checksum);
|
||||
free (rb);
|
||||
}
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user