mirror of
git://github.com/kovidgoyal/calibre.git
synced 2026-05-09 09:23:14 +02:00
...
This commit is contained in:
parent
1e6ea48080
commit
54336c2841
1 changed files with 5 additions and 0 deletions
|
|
@ -369,8 +369,13 @@ def cleanup(self):
|
|||
except:
|
||||
pass
|
||||
self._parent = None
|
||||
self.pd.setParent(None)
|
||||
del self.pd
|
||||
self.pd = None
|
||||
if hasattr(self, 'db_adder'):
|
||||
self.db_adder.setParent(None)
|
||||
del self.db_adder
|
||||
self.db_adder = None
|
||||
|
||||
|
||||
@property
|
||||
|
|
|
|||
Loading…
Reference in a new issue