mirror of
https://github.com/radareorg/radare2.git
synced 2025-03-01 18:57:20 +00:00
Fix flags->tags leak (#10321)
This commit is contained in:
parent
6fa6ce3efb
commit
f9892a224e
@ -200,6 +200,7 @@ R_API RFlag *r_flag_free(RFlag *f) {
|
||||
ht_free (f->ht_name);
|
||||
|
||||
r_list_free (f->flags);
|
||||
sdb_free (f->tags);
|
||||
r_list_free (f->spacestack);
|
||||
r_num_free (f->num);
|
||||
free (f);
|
||||
|
Loading…
x
Reference in New Issue
Block a user