Skip to content

Commit 54072bf

Browse files
committed
Forcing curl to cleanup after itself
1 parent 0d533e5 commit 54072bf

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

test/integ/ws_start_stop.cpp

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -377,6 +377,7 @@ LT_BEGIN_AUTO_TEST(ws_start_stop_suite, ssl_base)
377377
LT_ASSERT_EQ(res, 0);
378378
LT_CHECK_EQ(s, "OK");
379379
curl_easy_cleanup(curl);
380+
curl_global_cleanup();
380381

381382
ws.stop();
382383
LT_END_AUTO_TEST(ssl_base)

0 commit comments

Comments
 (0)