A cleanup of curl is now always performed on exit

This commit is contained in:
Leon Styhre 2024-12-03 17:26:07 +01:00
parent 41fd33fdc3
commit 5087ffb566

View file

@ -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();