mirror of
https://github.com/moparisthebest/curl
synced 2024-12-21 07:38:49 -05:00
free cookiejar string
This commit is contained in:
parent
598e8dfbfb
commit
7239ecd456
@ -1532,6 +1532,8 @@ void free_config_fields(struct Configurable *config)
|
||||
curl_formfree(config->httppost);
|
||||
if(config->cacert)
|
||||
free(config->cacert);
|
||||
if(config->cookiejar)
|
||||
free(config->cookiejar);
|
||||
|
||||
curl_slist_free_all(config->quote); /* checks for config->quote == NULL */
|
||||
curl_slist_free_all(config->postquote); /* */
|
||||
|
Loading…
Reference in New Issue
Block a user