mirror of
https://github.com/Chatterino/chatterino2.git
synced 2024-11-13 19:49:51 +01:00
fixed crashing on closing
This commit is contained in:
parent
97411c045c
commit
283b48f845
|
@ -53,5 +53,5 @@ int main(int argc, char *argv[])
|
|||
// Deinitialize NetworkManager (stop thread and wait for finish, should be instant)
|
||||
chatterino::util::NetworkManager::deinit();
|
||||
|
||||
exit(0);
|
||||
_exit(0);
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue