mirror of
https://github.com/WerWolv/ImHex.git
synced 2026-03-28 07:47:03 -05:00
fix: Don't wait for services on exit
This commit is contained in:
@@ -804,7 +804,7 @@ namespace hex {
|
||||
}
|
||||
|
||||
for (auto &service : getServices()) {
|
||||
service.thread.join();
|
||||
service.thread.detach();
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user