mirror of
https://github.com/Kitware/CMake.git
synced 2026-02-26 18:58:34 -06:00
BUG: Remove memory leak
This commit is contained in:
@@ -421,6 +421,7 @@ destroyCurlTransaction(curlTransaction * const curlTransactionP) {
|
||||
curl_slist_free_all(curlTransactionP->headerList);
|
||||
strfree(curlTransactionP->serverUrl);
|
||||
curl_easy_cleanup(curlTransactionP->curlSessionP);
|
||||
free(curlTransactionP);
|
||||
}
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user