mirror of
https://github.com/qbittorrent/qBittorrent.git
synced 2025-12-18 06:28:03 -06:00
Merge fixes from stable branches (libtorrent v0.15 related)
This commit is contained in:
@@ -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;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user