Merge fixes from stable branches (libtorrent v0.15 related)

This commit is contained in:
Christophe Dumez 2010-06-14 09:55:35 +00:00
parent 44fc86e7da
commit ec3b749ef6
2 changed files with 12 additions and 6 deletions

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;
}