diff options
author | Daniel Veillard <veillard@src.gnome.org> | 2001-09-01 16:20:28 +0000 |
---|---|---|
committer | Daniel Veillard <veillard@src.gnome.org> | 2001-09-01 16:20:28 +0000 |
commit | 99784ff899ed1e87a232cb9016e6ba3ee7642a4b (patch) | |
tree | c7027b078630d1a1127429d4e1583c0989a78283 | |
parent | 9e1c72da8a36993419b59c5fc6339e995c481e00 (diff) | |
download | android_external_libxml2-99784ff899ed1e87a232cb9016e6ba3ee7642a4b.tar.gz android_external_libxml2-99784ff899ed1e87a232cb9016e6ba3ee7642a4b.tar.bz2 android_external_libxml2-99784ff899ed1e87a232cb9016e6ba3ee7642a4b.zip |
removed a duplicate affectation Justin Fletcher Daniel
* catalog.c: removed a duplicate affectation Justin Fletcher
Daniel
-rw-r--r-- | ChangeLog | 4 | ||||
-rw-r--r-- | catalog.c | 1 |
2 files changed, 4 insertions, 1 deletions
@@ -1,3 +1,7 @@ +Sat Sep 1 18:17:47 CEST 2001 Daniel Veillard <daniel@veillard.com> + + * catalog.c: removed a duplicate affectation Justin Fletcher + Fri Aug 31 22:02:10 CEST 2001 Daniel Veillard <daniel@veillard.com> * tree.c: Armin Sander pointed a possible text coalescing @@ -2156,7 +2156,6 @@ xmlCatalogCleanup(void) { if (xmlDefaultXMLCatalogList != NULL) xmlFreeCatalogEntryList(xmlDefaultXMLCatalogList); xmlDefaultXMLCatalogList = NULL; - xmlDefaultXMLCatalogList = NULL; if (xmlDefaultCatalog != NULL) xmlHashFree(xmlDefaultCatalog, (xmlHashDeallocator) xmlFreeCatalogEntry); |