mirror of
https://github.com/gnustep/libs-base.git
synced 2025-05-30 00:11:26 +00:00
Add missing free of private document, forgotten in last commit.
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/base/trunk@34948 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
parent
1919becb37
commit
eb086207bb
1 changed files with 3 additions and 1 deletions
|
@ -483,7 +483,9 @@ isEqualTree(xmlNodePtr nodeA, xmlNodePtr nodeB)
|
|||
|
||||
if (tmp)
|
||||
{
|
||||
xmlDOMWrapAdoptNode(NULL, childNode->doc, childNode, parentNode->doc, parentNode, 0);
|
||||
xmlDOMWrapAdoptNode(NULL, childNode->doc, childNode,
|
||||
parentNode->doc, parentNode, 0);
|
||||
xmlFreeDoc(tmp);
|
||||
}
|
||||
else
|
||||
{
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue