mirror of
https://github.com/moparisthebest/curl
synced 2024-12-23 00:28:48 -05:00
tool_cfgable.c: pending check done
This commit is contained in:
parent
6fa6567b92
commit
7fe9a50ab5
@ -27,8 +27,6 @@
|
|||||||
|
|
||||||
#include "memdebug.h" /* keep this as LAST include */
|
#include "memdebug.h" /* keep this as LAST include */
|
||||||
|
|
||||||
/* TODO: review handling of unhandled fields marked below */
|
|
||||||
|
|
||||||
void free_config_fields(struct Configurable *config)
|
void free_config_fields(struct Configurable *config)
|
||||||
{
|
{
|
||||||
struct getout *urlnode;
|
struct getout *urlnode;
|
||||||
@ -114,8 +112,7 @@ void free_config_fields(struct Configurable *config)
|
|||||||
curl_formfree(config->httppost);
|
curl_formfree(config->httppost);
|
||||||
config->httppost = NULL;
|
config->httppost = NULL;
|
||||||
}
|
}
|
||||||
|
config->last_post = NULL;
|
||||||
/* config->last_post not handled */
|
|
||||||
|
|
||||||
curl_slist_free_all(config->telnet_options);
|
curl_slist_free_all(config->telnet_options);
|
||||||
curl_slist_free_all(config->resolve);
|
curl_slist_free_all(config->resolve);
|
||||||
|
Loading…
Reference in New Issue
Block a user