You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The XMLDocument_free function doesnt really free the XML tree it only frees the root node, I think this frees the entire tree tested with valgrind although relying on recursion is not a good idea an iterative version is more complicated.
The text was updated successfully, but these errors were encountered:
The
XMLDocument_free
function doesnt really free the XML tree it only frees the root node, I think this frees the entire tree tested with valgrind although relying on recursion is not a good idea an iterative version is more complicated.The text was updated successfully, but these errors were encountered: