1
0
mirror of https://github.com/moparisthebest/curl synced 2024-12-21 23:58:49 -05:00

free cookiejar string

This commit is contained in:
Daniel Stenberg 2001-09-26 07:12:07 +00:00
parent 598e8dfbfb
commit 7239ecd456

View File

@ -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); /* */