mirror of
https://github.com/qbittorrent/qBittorrent
synced 2025-07-11 07:46:17 -07:00
- Destroy preview process cleanly on qBT exit if it is still running
This commit is contained in:
parent
87ea65b4e9
commit
e85a82a426
1 changed files with 2 additions and 0 deletions
|
@ -273,6 +273,8 @@ GUI::~GUI(){
|
|||
delete DLListModel;
|
||||
delete SearchListModel;
|
||||
delete SearchDelegate;
|
||||
previewProcess->kill();
|
||||
previewProcess->waitForFinished();
|
||||
delete previewProcess;
|
||||
delete connecStatusLblIcon;
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue