From 890d9efcfe3b15e3da518de9b2cfe3f2e25744ff Mon Sep 17 00:00:00 2001 From: RaNaN Date: Sat, 16 Oct 2010 12:08:28 +0200 Subject: closed #131 --- module/network/Request.py | 2 ++ 1 file changed, 2 insertions(+) (limited to 'module/network/Request.py') 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: -- cgit v1.2.3