[tests] Explicit curl object cleanup
This commit is contained in:
parent
688a17372f
commit
f11b5f45c2
|
@ -76,6 +76,9 @@ class CurlRequest(TestBase):
|
|||
if not Env.debugRequests:
|
||||
self.dump()
|
||||
raise
|
||||
finally:
|
||||
c.close()
|
||||
self.curl = None
|
||||
|
||||
return True
|
||||
|
||||
|
|
Loading…
Reference in New Issue