hf 9
parent
b5e0df61c2
commit
d4f73e231d
|
@ -34,7 +34,7 @@ void terminate(int)
|
||||||
std::cout << "Terminating..." << std::endl;
|
std::cout << "Terminating..." << std::endl;
|
||||||
for (const auto& instanse: g::instanses)
|
for (const auto& instanse: g::instanses)
|
||||||
{
|
{
|
||||||
instanse.second->terminate();
|
instanse.second->deleteLater();
|
||||||
instanse.first->terminate();
|
instanse.first->terminate();
|
||||||
}
|
}
|
||||||
std::exit(0);
|
std::exit(0);
|
||||||
|
|
Loading…
Reference in New Issue