mirror of
https://github.com/qbittorrent/qBittorrent
synced 2025-07-13 00:33:09 -07:00
- Fixed possible crash on exit introduced by previous commit (tweaks to speed up exit)
This commit is contained in:
parent
644fea69a1
commit
5d1d26b285
2 changed files with 3 additions and 1 deletions
|
@ -199,6 +199,9 @@ GUI::~GUI() {
|
|||
// Async deletion of Bittorrent session as early as possible
|
||||
// in order to speed up exit
|
||||
session_proxy sp = BTSession->asyncDeletion();
|
||||
// Some saving
|
||||
properties->saveSettings();
|
||||
disconnect(tabs, SIGNAL(currentChanged(int)), this, SLOT(tab_changed(int)));
|
||||
// Delete other GUI objects
|
||||
delete status_bar;
|
||||
delete transferList;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue