mirror of
https://github.com/libretro/RetroArch.git
synced 2024-11-24 00:20:01 +00:00
Set pending_scan_finished to false in rarch_main_data_db_uninit
This commit is contained in:
parent
1c406bc098
commit
51137d5351
@ -503,6 +503,7 @@ void rarch_main_data_db_uninit(void)
|
||||
if (db_ptr)
|
||||
free(db_ptr);
|
||||
db_ptr = NULL;
|
||||
pending_scan_finished = false;
|
||||
}
|
||||
|
||||
void rarch_main_data_db_init(void)
|
||||
|
Loading…
Reference in New Issue
Block a user