Enforce VDKQueue destruction before closing transmission session

This commit is contained in:
Dmitry Serov 2017-08-05 18:41:36 +07:00
parent 18e33c5cdb
commit 488633b0dc
1 changed files with 2 additions and 0 deletions

View File

@ -809,6 +809,8 @@ static void removeKeRangerRansomware()
//save history
[self updateTorrentHistory];
[fTableView saveCollapsedGroups];
fFileWatcherQueue = nil;
//complete cleanup
tr_sessionClose(fLib);