GNOME Bugzilla – Bug 563911
API documention for xmlXPathFreeContext() is incomplete
Last modified: 2017-06-17 21:29:06 UTC
Documentation Section: API documentation on the libxml2 webpage Free up an xmlXPathContext ctxt: the context to free Correct version: Free up an xmlXPathContext. However the parsed document in ctxt->doc is not freed. ctxt: the context to free Other information:
It should be obvious that xmlXPathFreeContext doesn't free ctxt->doc or ctxt->node.