msxml3: Fixed NULL ptr dereference possibilities (Coverity).
This commit is contained in:
parent
508ef4ce20
commit
8524cc17b3
|
@ -1339,12 +1339,12 @@ static HRESULT WINAPI xmlnode_transformNode(
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
xmlFreeDoc(result);
|
xmlFreeDoc(result);
|
||||||
|
/* libxslt "helpfully" frees the XML document the stylesheet was
|
||||||
|
generated from, too */
|
||||||
|
xsltSS->doc = NULL;
|
||||||
|
xsltFreeStylesheet(xsltSS);
|
||||||
}
|
}
|
||||||
|
|
||||||
/* libxslt "helpfully" frees the XML document the stylesheet was
|
|
||||||
generated from, too */
|
|
||||||
xsltSS->doc = NULL;
|
|
||||||
xsltFreeStylesheet(xsltSS);
|
|
||||||
IXMLDOMNode_Release(ssNew);
|
IXMLDOMNode_Release(ssNew);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue