We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 00bb340 commit 7a7bc8eCopy full SHA for 7a7bc8e
1 file changed
xmlua/libxml2.lua
@@ -572,7 +572,6 @@ end
572
573
function libxml2.xmlUnlinkNode(node)
574
xml2.xmlUnlinkNode(node)
575
- xml2.xmlSetTreeDoc(node, ffi.NULL)
576
return ffi.gc(node, xml2.xmlFreeNode)
577
end
578
0 commit comments