This commit is contained in:
Christophe Dumez
2010-06-14 08:15:36 +00:00
parent 609eb5f518
commit 042cbc73ec

View File

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