mirror of
https://github.com/libretro/RetroArch.git
synced 2025-04-02 10:51:52 -04:00
(core_info) Solve info->systemname memleak
This commit is contained in:
parent
a0de5b03b5
commit
dca17dca0f
1 changed files with 1 additions and 0 deletions
|
@ -208,6 +208,7 @@ void core_info_list_free(core_info_list_t *core_info_list)
|
|||
core_info_t *info = (core_info_t*)&core_info_list->list[i];
|
||||
|
||||
free(info->path);
|
||||
free(info->systemname);
|
||||
free(info->display_name);
|
||||
free(info->supported_extensions);
|
||||
free(info->authors);
|
||||
|
|
Loading…
Add table
Reference in a new issue