aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDaniel Veillard <veillard@src.gnome.org>2001-09-01 16:20:28 +0000
committerDaniel Veillard <veillard@src.gnome.org>2001-09-01 16:20:28 +0000
commit99784ff899ed1e87a232cb9016e6ba3ee7642a4b (patch)
treec7027b078630d1a1127429d4e1583c0989a78283
parent9e1c72da8a36993419b59c5fc6339e995c481e00 (diff)
downloadandroid_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--ChangeLog4
-rw-r--r--catalog.c1
2 files changed, 4 insertions, 1 deletions
diff --git a/ChangeLog b/ChangeLog
index 27536937..1faae237 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -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
diff --git a/catalog.c b/catalog.c
index 734ef77f..8aa17e65 100644
--- a/catalog.c
+++ b/catalog.c
@@ -2156,7 +2156,6 @@ xmlCatalogCleanup(void) {
if (xmlDefaultXMLCatalogList != NULL)
xmlFreeCatalogEntryList(xmlDefaultXMLCatalogList);
xmlDefaultXMLCatalogList = NULL;
- xmlDefaultXMLCatalogList = NULL;
if (xmlDefaultCatalog != NULL)
xmlHashFree(xmlDefaultCatalog,
(xmlHashDeallocator) xmlFreeCatalogEntry);