mirror of
https://github.com/radareorg/radare2.git
synced 2025-03-06 13:29:46 +00:00
Fix RPrint.strconv_mode memleak
This commit is contained in:
parent
6b633ae0aa
commit
1b30ca283c
@ -314,6 +314,7 @@ R_API RPrint* r_print_free(RPrint *p) {
|
||||
}
|
||||
sdb_free (p->formats);
|
||||
p->formats = NULL;
|
||||
R_FREE (p->strconv_mode);
|
||||
if (p->zoom) {
|
||||
free (p->zoom->buf);
|
||||
free (p->zoom);
|
||||
|
Loading…
x
Reference in New Issue
Block a user