1
0
Fork 0
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:
Dmitry Serov 2017-08-05 18:41:36 +07:00
parent 18e33c5cdb
commit 488633b0dc

View file

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