mirror of
https://github.com/CTCaer/RetroArch.git
synced 2024-12-18 00:07:23 +00:00
Try to silence one more memory leak
This commit is contained in:
parent
4db58bdfc2
commit
bf64635acc
@ -492,6 +492,7 @@ database_info_list_t *database_info_list_new(
|
||||
if (!new_ptr)
|
||||
{
|
||||
database_info_list_free(database_info_list);
|
||||
free(database_info);
|
||||
free(database_info_list);
|
||||
database_info_list = NULL;
|
||||
goto end;
|
||||
|
Loading…
Reference in New Issue
Block a user