diff options
author | Steve Holme <steve_holme@hotmail.com> | 2014-02-07 21:14:43 +0000 |
---|---|---|
committer | Steve Holme <steve_holme@hotmail.com> | 2014-02-08 11:18:25 +0000 |
commit | 132f5edfbd0c5f843deda910974fc7c2d1e52440 (patch) | |
tree | 1bdcda88a4e390d247f1bf7aea3a952a0232107d /src/tool_main.c | |
parent | 2d8623e85d9711caa5363de5f216993116577f8b (diff) | |
download | curl-132f5edfbd0c5f843deda910974fc7c2d1e52440.tar.gz |
tool_getparam: Added support for parsing of specific URL options
Diffstat (limited to 'src/tool_main.c')
-rw-r--r-- | src/tool_main.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/tool_main.c b/src/tool_main.c index 9fde71807..ecf9f9f38 100644 --- a/src/tool_main.c +++ b/src/tool_main.c @@ -196,7 +196,7 @@ int main(int argc, char *argv[]) tool_pressanykey(); #endif - /* Free the config structure */ + /* Free the config structures */ config_free(config); config = NULL; } |