After an evaluation, GNOME has moved from Bugzilla to GitLab. Learn more about GitLab.
No new issues can be reported in GNOME Bugzilla anymore.
To report an issue in a GNOME project, go to GNOME GitLab.
Do not go to GNOME Gitlab for: Bluefish, Doxygen, GnuCash, GStreamer, java-gnome, LDTP, NetworkManager, Tomboy.
Bug 563911 - API documention for xmlXPathFreeContext() is incomplete
API documention for xmlXPathFreeContext() is incomplete
Status: RESOLVED NOTABUG
Product: libxml2
Classification: Platform
Component: docs
git master
Other All
: Normal minor
: ---
Assigned To: Daniel Veillard
libxml QA maintainers
Depends on:
Blocks:
 
 
Reported: 2008-12-09 21:11 UTC by Csaba Kertész
Modified: 2017-06-17 21:29 UTC
See Also:
GNOME target: ---
GNOME version: ---



Description Csaba Kertész 2008-12-09 21:11:04 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:
Comment 1 Nick Wellnhofer 2017-06-17 21:29:06 UTC
It should be obvious that xmlXPathFreeContext doesn't free ctxt->doc or ctxt->node.