mirror of
https://github.com/reactos/wine.git
synced 2024-11-24 20:30:01 +00:00
msxml3: Avoid using an initialized variable.
This commit is contained in:
parent
f89d80c276
commit
4ad97d404d
@ -767,7 +767,7 @@ static inline schema_cache* impl_from_IXMLDOMSchemaCollection2(IXMLDOMSchemaColl
|
||||
|
||||
static inline SCHEMA_TYPE schema_type_from_xmlDocPtr(xmlDocPtr schema)
|
||||
{
|
||||
xmlNodePtr root;
|
||||
xmlNodePtr root = NULL;
|
||||
if (schema)
|
||||
root = xmlDocGetRootElement(schema);
|
||||
if (root && root->ns)
|
||||
|
Loading…
Reference in New Issue
Block a user