From 7fe9a50ab584b43f49ff910dddd1ee0656fabd67 Mon Sep 17 00:00:00 2001 From: Yang Tse Date: Thu, 3 Nov 2011 23:21:01 +0100 Subject: tool_cfgable.c: pending check done --- src/tool_cfgable.c | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) (limited to 'src/tool_cfgable.c') diff --git a/src/tool_cfgable.c b/src/tool_cfgable.c index e74ea4375..2c05c2ec4 100644 --- a/src/tool_cfgable.c +++ b/src/tool_cfgable.c @@ -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); -- cgit v1.2.3