summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorOleg Pudeyev <oleg@bsdpower.com>2014-01-14 20:42:55 -0500
committerOleg Pudeyev <oleg@bsdpower.com>2014-01-14 20:42:55 -0500
commitfd5292d9225ddbf0a7d7b55275683bdb76851a91 (patch)
treea9b5d286e79a35d5a37eabdbeb91d451a0eec840
parent7facfb850aa43196146797ee7850fbe0750f92f3 (diff)
downloadpycurl-fd5292d9225ddbf0a7d7b55275683bdb76851a91.tar.gz
Close multi handle when finished
-rw-r--r--tests/multi_option_constants_test.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/tests/multi_option_constants_test.py b/tests/multi_option_constants_test.py
index 1d43e41..d44976c 100644
--- a/tests/multi_option_constants_test.py
+++ b/tests/multi_option_constants_test.py
@@ -21,3 +21,4 @@ class MultiOptionConstantsTest(unittest.TestCase):
m.setopt(pycurl.M_CONTENT_LENGTH_PENALTY_SIZE, 2)
m.setopt(pycurl.M_CHUNK_LENGTH_PENALTY_SIZE, 2)
m.setopt(pycurl.M_MAX_TOTAL_CONNECTIONS, 2)
+ m.close()