]> sjero.net Git - wget/blobdiff - src/ChangeLog
[svn] Abort on xfree(NULL).
[wget] / src / ChangeLog
index 62b68db3146a244bdfa2ebe1edfd142b88d0c17f..9622f2830641f781d681b6e9dd015a87e2e69706 100644 (file)
@@ -1,3 +1,17 @@
+2003-11-02  Hrvoje Niksic  <hniksic@xemacs.org>
+
+       * html-url.c (cleanup_html_url): Destroy the hash tables, don't
+       just call free on them.
+       (init_interesting): Use hash_table_put instead of string_set_add
+       because we don't need the strdup that the latter function
+       performs.
+
+       * init.c (cleanup): Don't pass NULL to cookie_jar_delete.
+
+       * xmalloc.c (xfree_real): Abort when passed a NULL pointer.
+       (xfree_debug): Print at the file and line of the offending call to
+       free.
+
 2003-11-02  Hrvoje Niksic  <hniksic@xemacs.org>
 
        * wget.h: Retired the `boolean' type.  Moved the DEFAULT_LOGFILE