Sophie

Sophie

distrib > Scientific%20Linux > 5x > x86_64 > media > main-src > by-pkgid > 6709f41e1c9c0ac6e610e609c299d4fb > files > 21

libxml2-2.6.26-2.1.12.el5_7.2.src.rpm

commit 1131e116a0471b675c349f260251731913a79de6
Author: Daniel Veillard <veillard@src.gnome.org>
Date:   Mon Aug 7 11:02:54 2006 +0000

    applied patch from Bertrand Fritsch to fix a bug in
    
    * xmlschemas.c: applied patch from Bertrand Fritsch to fix a bug in
      xmlSchemaClearValidCtxt
    Daniel

diff --git a/xmlschemas.c b/xmlschemas.c
index 859bdd8..e0d3b7a 100644
--- a/xmlschemas.c
+++ b/xmlschemas.c
@@ -27179,6 +27179,7 @@ xmlSchemaClearValidCtxt(xmlSchemaValidCtxtPtr vctxt)
 	}
 	xmlFree(vctxt->idcNodes);
 	vctxt->idcNodes = NULL;
+	vctxt->nbIdcNodes = 0;
     }
     /*
     * Note that we won't delete the XPath state pool here.