]> sjero.net Git - wget/blobdiff - src/ChangeLog
Fix a possible invalid `free'.
[wget] / src / ChangeLog
index f12875e1b1b155a703b7892377733fe1559c7c0f..44d4b54ddd16a53c16c2459f079a4bab7e4790be 100644 (file)
@@ -1,9 +1,15 @@
+2012-04-22  Tim Ruehsen <tim.ruehsen@gmx.de>
+
+       * main.c (main): Dynamically allocate `opt.progress_type'.
+
 2012-04-21  Tim Ruehsen  <tim.ruehsen@gmx.de>
 
        * ftp-basic.c (ftp_pasv): Fix memory leak.
 
        * http.c (gethttp): Fix memory leak.
 
+       * ftp.c (getftp): Silent compiler warning.
+
 2009-06-14  Phil Pennock  <mutt-dev@spodhuis.org> (tiny change)
        * host.h: Declare `is_valid_ip_address'.
        * host.c (is_valid_ip_address): New function.