mirror of
https://github.com/transmission/transmission
synced 2024-12-28 02:27:41 +00:00
Enforce VDKQueue destruction before closing transmission session
This commit is contained in:
parent
18e33c5cdb
commit
488633b0dc
1 changed files with 2 additions and 0 deletions
|
@ -809,6 +809,8 @@ static void removeKeRangerRansomware()
|
|||
//save history
|
||||
[self updateTorrentHistory];
|
||||
[fTableView saveCollapsedGroups];
|
||||
|
||||
fFileWatcherQueue = nil;
|
||||
|
||||
//complete cleanup
|
||||
tr_sessionClose(fLib);
|
||||
|
|
Loading…
Reference in a new issue