aboutsummaryrefslogtreecommitdiffstats
path: root/catalog.c
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 /catalog.c
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
Diffstat (limited to 'catalog.c')
-rw-r--r--catalog.c1
1 files changed, 0 insertions, 1 deletions
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);