preparing release 1.1.15 a bit more cleanup Daniel
[platform/upstream/libxslt.git] / libxslt / pattern.c
index 97d9a71..ed8e858 100644 (file)
@@ -307,7 +307,6 @@ xsltCompMatchAdd(xsltParserContextPtr ctxt, xsltCompMatchPtr comp,
            xctxt = xmlXPathNewContext(ctxt->style->doc);
        else
            xctxt = xmlXPathNewContext(NULL);
-       memset(xctxt, 0, sizeof(xctxt));
 #ifdef XML_XPATH_NOVAR
        xctxt->flags = XML_XPATH_NOVAR;
 #endif