master
acetone 2022-11-19 22:32:44 +03:00
parent b5e0df61c2
commit d4f73e231d
1 changed files with 1 additions and 1 deletions

View File

@ -34,7 +34,7 @@ void terminate(int)
std::cout << "Terminating..." << std::endl;
for (const auto& instanse: g::instanses)
{
instanse.second->terminate();
instanse.second->deleteLater();
instanse.first->terminate();
}
std::exit(0);