Commit 8c6793d7 authored by Dan Fandrich's avatar Dan Fandrich
Browse files

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

parent 643ae2ca
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -99,6 +99,7 @@ test_cleanup:
    curl_multi_cleanup(multi_handle);

  curl_easy_cleanup(http_handle);
  curl_global_cleanup();

  return res;
}