mirror of
https://github.com/qbittorrent/qBittorrent.git
synced 2025-12-20 15:37:26 -06:00
Aborting search engine process during closure. Close #2671
This commit is contained in:
committed by
sledgehammer999
parent
a0877fd57c
commit
d8838363b8
@@ -929,6 +929,9 @@ void MainWindow::closeEvent(QCloseEvent *e)
|
||||
}
|
||||
}
|
||||
|
||||
//abort search if any
|
||||
if (searchEngine) delete searchEngine;
|
||||
|
||||
hide();
|
||||
// Hide tray icon
|
||||
if (systrayIcon)
|
||||
|
||||
Reference in New Issue
Block a user