summaryrefslogtreecommitdiffstats
path: root/module/PyFile.py
diff options
context:
space:
mode:
authorGravatar RaNaN <Mast3rRaNaN@hotmail.de> 2011-01-19 18:18:25 +0100
committerGravatar RaNaN <Mast3rRaNaN@hotmail.de> 2011-01-19 18:18:25 +0100
commiteb9a72aeda45be2370522d79f686f0f43d973fa5 (patch)
treeb27f55268a8d8a5e5b7bde91da74b2f309ee020a /module/PyFile.py
parentnew cryptit plugin (diff)
downloadpyload-eb9a72aeda45be2370522d79f686f0f43d973fa5.tar.xz
fixed cleanup
Diffstat (limited to 'module/PyFile.py')
-rw-r--r--module/PyFile.py2
1 files changed, 2 insertions, 0 deletions
diff --git a/module/PyFile.py b/module/PyFile.py
index 68b25fd58..1a574d51d 100644
--- a/module/PyFile.py
+++ b/module/PyFile.py
@@ -123,6 +123,8 @@ class PyFile():
if hasattr(self, "plugin") and self.plugin:
self.plugin.clean()
del self.plugin
+ if hasattr(self.progress, "notify"):
+ del self.progress.notify
self.m.releaseLink(self.id)