mirror of
https://github.com/radareorg/radare2.git
synced 2025-01-10 15:33:04 +00:00
Free token_infos list (#11744)
This commit is contained in:
parent
0c43ff1f5b
commit
28b5595590
@ -103,6 +103,7 @@ void r_bin_mdmp_free(struct r_bin_mdmp_obj *obj) {
|
||||
r_list_free (obj->streams.operations);
|
||||
r_list_free (obj->streams.thread_infos);
|
||||
r_list_free (obj->streams.threads);
|
||||
r_list_free (obj->streams.token_infos);
|
||||
r_list_free (obj->streams.unloaded_modules);
|
||||
|
||||
r_list_free (obj->pe32_bins);
|
||||
|
Loading…
x
Reference in New Issue
Block a user