mirror of
https://github.com/CTCaer/RetroArch.git
synced 2025-01-23 03:25:27 +00:00
database_info_list_iterate_next - set db_state->info to NULL
after freeing
This commit is contained in:
parent
cc2234401d
commit
fe5880355d
@ -201,7 +201,9 @@ static int database_info_list_iterate_next(
|
||||
{
|
||||
db_state->list_index++;
|
||||
db_state->entry_index = 0;
|
||||
|
||||
database_info_list_free(db_state->info);
|
||||
db_state->info = NULL;
|
||||
|
||||
return 1;
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user