Denys wrote:
>>  #if ENABLE_FEATURE_CLEAN_UP && ENABLE_FEATURE_WGET_LONG_OPTIONS
>>         free(G.extra_headers);
>> +       free(G.post_data);
>> +       free(G.post_file);
>
>
>This is wrong, isn't it? G.post_file is not malloced.
>G.post_data is not always allocated.

Yes, it's wrong.  Sorry.

Ron
_______________________________________________
busybox mailing list
[email protected]
http://lists.busybox.net/mailman/listinfo/busybox

Reply via email to