[xml] libxml2-2.4.3 duplicated assignment



Hiya,

Very tiny thing...

catalog.c, lines around 2089 are :

--8<--------
    if (xmlDefaultXMLCatalogList != NULL)
        xmlFreeCatalogEntryList(xmlDefaultXMLCatalogList);
    xmlDefaultXMLCatalogList = NULL;
->  xmlDefaultXMLCatalogList = NULL;
    if (xmlDefaultCatalog != NULL)
        xmlHashFree(xmlDefaultCatalog,
                    (xmlHashDeallocator) xmlFreeCatalogEntry);
--8<--------

Assignment is duplicated. This will have no effect on any compiler worth
its salt, but it's odd.

-- 
Gerph {djf0-.3w6e2w2.226,6q6w2q2,2.3,2m4}
URL: http://www.movspclr.co.uk/
... Eyes to the heavens, screaming at the sky;
    Trying to send you messages, but choking on goodbye.




[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]