mirror of
https://github.com/RetroDECK/ES-DE.git
synced 2025-01-29 19:55:37 +00:00
A cleanup of curl is now always performed on exit
This commit is contained in:
parent
41fd33fdc3
commit
5087ffb566
|
@ -1288,6 +1288,7 @@ int main(int argc, char* argv[])
|
|||
delete window->peekGui();
|
||||
window->deinit();
|
||||
|
||||
HttpReq::cleanupCurlMulti();
|
||||
TextureResource::setExit();
|
||||
CollectionSystemsManager::getInstance()->deinit(true);
|
||||
SystemData::deleteSystems();
|
||||
|
|
Loading…
Reference in a new issue