diff options
Diffstat (limited to 'gui/main.cpp')
-rw-r--r-- | gui/main.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gui/main.cpp b/gui/main.cpp index efc0b12b..4b3e1f14 100644 --- a/gui/main.cpp +++ b/gui/main.cpp @@ -181,7 +181,7 @@ main(int argc, char** argv) TerminateProcess(GetCurrentProcess(), 0); #else // we have some atexit issues when not leaking bundles - //_exit(0); + _exit(0); #endif qDebug() << "exit: main()"; |