1
0
mirror of https://github.com/d47081/qBittorrent.git synced 2025-01-10 14:57:52 +00:00

Delete qApp on exit

This commit is contained in:
Christophe Dumez 2010-06-09 06:38:14 +00:00
parent 715fe46f45
commit 65b8d0c24d

View File

@ -358,10 +358,7 @@ int main(int argc, char *argv[]){
delete loader;
#endif
qDebug("Deleting app...");
#ifndef Q_WS_WIN
// XXX: Why does it crash on Windows!?
delete app;
#endif
qDebug("App was deleted! All good.");
return ret;
}