summaryrefslogtreecommitdiffstats
path: root/module/network/Request.py
diff options
context:
space:
mode:
Diffstat (limited to 'module/network/Request.py')
-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: