mirror of
https://github.com/libretro/RetroArch
synced 2025-01-30 12:32:52 +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…
x
Reference in New Issue
Block a user