diff options
author | RaNaN <Mast3rRaNaN@hotmail.de> | 2010-10-16 12:08:28 +0200 |
---|---|---|
committer | RaNaN <Mast3rRaNaN@hotmail.de> | 2010-10-16 12:08:28 +0200 |
commit | 890d9efcfe3b15e3da518de9b2cfe3f2e25744ff (patch) | |
tree | b1b180e139a084dea796c0ab8e88e4291f3a9fa3 /module/network | |
parent | fileserve lookinto (diff) | |
download | pyload-890d9efcfe3b15e3da518de9b2cfe3f2e25744ff.tar.xz |
closed #131
Diffstat (limited to 'module/network')
-rwxr-xr-x | module/network/Request.py | 2 |
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: |