mirror of
https://github.com/gnustep/libs-base.git
synced 2025-04-23 09:04:13 +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
c5e877513e
commit
fd60798730
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…
Reference in a new issue