diff options
author | Ron Yorston <rmy@pobox.com> | 2021-09-27 14:48:40 +0100 |
---|---|---|
committer | Ron Yorston <rmy@pobox.com> | 2021-09-27 14:48:40 +0100 |
commit | 880138f3238a46975d84ed94382a8ae27f9cbe74 (patch) | |
tree | 0ce4d70c6a7c3715a1bd745fc7e48df07fab6cfa | |
parent | 85b66800b4e48dd76de29df762cb5f85a7fccf37 (diff) | |
download | busybox-w32-wget-post-file.tar.gz busybox-w32-wget-post-file.tar.bz2 busybox-w32-wget-post-file.zip |
wget: clean up POST datawget-post-file
-rw-r--r-- | networking/wget.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/networking/wget.c b/networking/wget.c index 85a04eaba..c481460cf 100644 --- a/networking/wget.c +++ b/networking/wget.c | |||
@@ -1670,6 +1670,8 @@ IF_DESKTOP( "no-parent\0" No_argument "\xf0") | |||
1670 | 1670 | ||
1671 | #if ENABLE_FEATURE_CLEAN_UP && ENABLE_FEATURE_WGET_LONG_OPTIONS | 1671 | #if ENABLE_FEATURE_CLEAN_UP && ENABLE_FEATURE_WGET_LONG_OPTIONS |
1672 | free(G.extra_headers); | 1672 | free(G.extra_headers); |
1673 | free(G.post_data); | ||
1674 | free(G.post_file); | ||
1673 | #endif | 1675 | #endif |
1674 | FINI_G(); | 1676 | FINI_G(); |
1675 | 1677 | ||