Commit d023710b authored by Pavel Vainerman's avatar Pavel Vainerman

(UniXML): небольшие правки

parent c8f67d48
...@@ -135,7 +135,7 @@ string UniXML::getProp(const xmlNode* node, const string& name) ...@@ -135,7 +135,7 @@ string UniXML::getProp(const xmlNode* node, const string& name)
} }
const string t( (const char*)text ); const string t( (const char*)text );
xmlFree(text); xmlFree( (xmlChar*) text );
return std::move(t); return std::move(t);
} }
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment