Ensure that reference to threader is gone on shutdown
This commit is contained in:
parent
41483e6731
commit
37bbf61a63
1 changed files with 1 additions and 0 deletions
|
@ -434,6 +434,7 @@ class FullSync(common.fullsync_mixin):
|
|||
self.dialog.close()
|
||||
if self.threader:
|
||||
self.threader.shutdown()
|
||||
self.threader = None
|
||||
if not self.successful and not self.isCanceled():
|
||||
# "ERROR in library sync"
|
||||
utils.dialog('notification',
|
||||
|
|
Loading…
Reference in a new issue