X-Git-Url: http://sjero.net/git/?p=wget;a=blobdiff_plain;f=src%2FChangeLog;h=b4420ccd6c2f71d071a089b450d6b47fc425b57d;hp=7389d059923620cdb5cfc97173a32138b6bde9b4;hb=9fab5a9f287ef43e3ef28a0de72862c90f47241d;hpb=c79ff7f47acd28322f4f928e2817628bfb77b858 diff --git a/src/ChangeLog b/src/ChangeLog index 7389d059..b4420ccd 100644 --- a/src/ChangeLog +++ b/src/ChangeLog @@ -1,10 +1,11 @@ -2011-08-18 Giuseppe Scrivano +2011-08-18 Giuseppe Scrivano + + * http.c (gethttp): Fix a memory leak on some errors. Free the head + buffer. * Makefile.am: Use an additional file "css_.c" which in turn includes "wget.h" and immediately "css.c". -2011-08-18 Giuseppe Scrivano - * http.c (gethttp): Reset chunked_transfer_encoding on redirections. Reported by: Axel Reinhold .