tool_cfgable.c: pending check done

This commit is contained in:
Yang Tse 2011-11-03 23:21:01 +01:00
parent 6fa6567b92
commit 7fe9a50ab5
1 changed files with 1 additions and 4 deletions

View File

@ -27,8 +27,6 @@
#include "memdebug.h" /* keep this as LAST include */
/* TODO: review handling of unhandled fields marked below */
void free_config_fields(struct Configurable *config)
{
struct getout *urlnode;
@ -114,8 +112,7 @@ void free_config_fields(struct Configurable *config)
curl_formfree(config->httppost);
config->httppost = NULL;
}
/* config->last_post not handled */
config->last_post = NULL;
curl_slist_free_all(config->telnet_options);
curl_slist_free_all(config->resolve);