Call curl_global_cleanup() in test 560 to avoid a memory leak

This commit is contained in:
Dan Fandrich 2010-03-30 12:52:44 -07:00
Родитель 643ae2ca8b
Коммит 8c6793d79a
1 изменённых файлов: 1 добавлений и 0 удалений

Просмотреть файл

@ -99,6 +99,7 @@ test_cleanup:
curl_multi_cleanup(multi_handle);
curl_easy_cleanup(http_handle);
curl_global_cleanup();
return res;
}