Skip to content
Snippets Groups Projects
Commit 7fe9a50a authored by Yang Tse's avatar Yang Tse
Browse files

tool_cfgable.c: pending check done

parent 6fa6567b
No related branches found
No related tags found
No related merge requests found
......@@ -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);
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment