mirror of
https://github.com/RetroDECK/ES-DE.git
synced 2025-03-06 14:27:43 +00:00
Fixed an issue where the custom collections were not properly cleared when reloading the application
This commit is contained in:
parent
8aeb6cc903
commit
0aaa6f317f
|
@ -104,6 +104,8 @@ void CollectionSystemsManager::deinit(const bool shutdown)
|
|||
it->second.system = nullptr;
|
||||
}
|
||||
|
||||
mCustomCollectionSystemsData.clear();
|
||||
|
||||
// Delete the custom collections bundle.
|
||||
if (mCustomCollectionsBundle) {
|
||||
delete mCustomCollectionsBundle;
|
||||
|
|
Loading…
Reference in a new issue