]> sjero.net Git - wget/blobdiff - src/ChangeLog
Fix some memory leaks.
[wget] / src / ChangeLog
index af39497d5830dbc718fc3d99a80e37b645ff2262..464e8a916d081fe664576c2d6654e7e7606084b2 100644 (file)
@@ -1,5 +1,13 @@
+2009-06-11  Xin Zou  <zouxin2008@gmail.com>    
+       
+       * http.c (gethttp): Fix some memory leaks.
+       
 2009-06-11  Micah Cowan  <micah@cowan.name>
 
+       * http.c (http_atotm): Handle potential for setlocale's return
+       value to be static storage. Thanks to Benjamin Wolsey
+       <bwy@benjaminwolsey.de>.
+
        * sysdep.h: Need NAMESPACE_TWEAKS on non-Linux glibc-based
        systems, too. Thanks to Robert Millan.