mirror of
https://github.com/qbittorrent/qBittorrent
synced 2025-07-12 16:23:07 -07:00
Fix possible crash when using the new "Auto-shutdown" feature
This commit is contained in:
parent
c1fa7f8645
commit
e323175275
3 changed files with 8 additions and 6 deletions
|
@ -308,7 +308,7 @@ int main(int argc, char *argv[]){
|
|||
#endif
|
||||
|
||||
int ret = app.exec();
|
||||
|
||||
qDebug("Application has exited");
|
||||
return ret;
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue