Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
CMake
CMake
Commits
b629f608
Commit
b629f608
authored
Mar 07, 2005
by
Andy Cedilnik
Browse files
BUG: Remove memory leak
parent
8ee95c2c
Changes
1
Show whitespace changes
Inline
Side-by-side
Utilities/cmxmlrpc/xmlrpc_curl_transport.c
View file @
b629f608
...
...
@@ -421,6 +421,7 @@ destroyCurlTransaction(curlTransaction * const curlTransactionP) {
curl_slist_free_all
(
curlTransactionP
->
headerList
);
strfree
(
curlTransactionP
->
serverUrl
);
curl_easy_cleanup
(
curlTransactionP
->
curlSessionP
);
free
(
curlTransactionP
);
}
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment