mirror of
https://gitlab.gnome.org/GNOME/libxml2.git
synced 2025-03-27 18:50:07 +03:00
removed a duplicate affectation Justin Fletcher Daniel
* catalog.c: removed a duplicate affectation Justin Fletcher Daniel
This commit is contained in:
parent
9e1c72da8a
commit
99784ff899
@ -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);
|
||||
|
Loading…
x
Reference in New Issue
Block a user