[LIBXSLT] Update to version 1.1.33. CORE-15280
[reactos.git] / dll / 3rdparty / libxslt / xslt.c
index 411f344..e37a33f 100644 (file)
@@ -3696,7 +3696,7 @@ xsltGatherNamespaces(xsltStylesheetPtr style) {
                        style->warnings++;
                    } else if (URI == NULL) {
                        xmlHashUpdateEntry(style->nsHash, ns->prefix,
-                           (void *) ns->href, (xmlHashDeallocator)xmlFree);
+                           (void *) ns->href, NULL);
 
 #ifdef WITH_XSLT_DEBUG_PARSING
                        xsltGenericDebug(xsltGenericDebugContext,