diff options
Diffstat (limited to 'l10ntools/source/treemerge.cxx')
-rw-r--r-- | l10ntools/source/treemerge.cxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/l10ntools/source/treemerge.cxx b/l10ntools/source/treemerge.cxx index b6d246317b23..b430575bb693 100644 --- a/l10ntools/source/treemerge.cxx +++ b/l10ntools/source/treemerge.cxx @@ -133,7 +133,7 @@ namespace << sXhpPath << std::endl; return nullptr; } - xmlFree( pXhpFile ); + xmlFreeDoc( pXhpFile ); xmlCleanupParser(); } return pReturn; |