Commit ea53fc18bccd88a5a010e63bf5d94b2f3f7a6fc8

Nick Wellnhofer 2022-02-07T18:24:03

Properly handle nested documents in xmlFreeNode Client code should never add document nodes as children of other nodes, but even our own XPointer code has a bug that can produce such trees. Make sure to really free nested documents. Also see commits 0815302d and 0762c9b6. Should fix #269.