Don't return too early, clean vars first (l10ntools/treemerge)
Change-Id: Ib99e0897fa36bdd0c8d805e38e77c3d626c0569a Reviewed-on: https://gerrit.libreoffice.org/c/core/+/96302 Tested-by: Jenkins Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>
This commit is contained in:
parent
38cf1f1535
commit
8ce99faaf6
1 changed files with 1 additions and 1 deletions
|
@ -131,7 +131,7 @@ namespace
|
|||
std::cerr
|
||||
<< "Treex error: Cannot find title in "
|
||||
<< sXhpPath << std::endl;
|
||||
return nullptr;
|
||||
pReturn = nullptr;
|
||||
}
|
||||
xmlFreeDoc( pXhpFile );
|
||||
xmlCleanupParser();
|
||||
|
|
Loading…
Reference in a new issue