summaryrefslogtreecommitdiffstats
path: root/module/network
diff options
context:
space:
mode:
authorGravatar RaNaN <Mast3rRaNaN@hotmail.de> 2010-10-16 12:08:28 +0200
committerGravatar RaNaN <Mast3rRaNaN@hotmail.de> 2010-10-16 12:08:28 +0200
commit890d9efcfe3b15e3da518de9b2cfe3f2e25744ff (patch)
treeb1b180e139a084dea796c0ab8e88e4291f3a9fa3 /module/network
parentfileserve lookinto (diff)
downloadpyload-890d9efcfe3b15e3da518de9b2cfe3f2e25744ff.tar.xz
closed #131
Diffstat (limited to 'module/network')
-rwxr-xr-xmodule/network/Request.py2
1 files changed, 2 insertions, 0 deletions
diff --git a/module/network/Request.py b/module/network/Request.py
index bc62a0cc9..14c9f0a7a 100755
--- a/module/network/Request.py
+++ b/module/network/Request.py
@@ -393,6 +393,8 @@ class Request:
def __del__(self):
self.clean()
+ if hasattr(self, "pycurl"):
+ del self.pycurl
def clean(self):
try: