mirror of
https://gitlab.gnome.org/GNOME/libxml2.git
synced 2025-07-29 11:41:22 +03:00
preparing 2.4.17 release updated and rebuilt the docs fixed a comment
* configure.in: preparing 2.4.17 release * doc/*: updated and rebuilt the docs * xpath.c: fixed a comment * python/libxml.c: fixed a possible reentrancy problem Daniel
This commit is contained in:
2
xpath.c
2
xpath.c
@ -3475,7 +3475,7 @@ xmlXPathConvertBoolean(xmlXPathObjectPtr val) {
|
||||
*
|
||||
* Create a new xmlXPathContext
|
||||
*
|
||||
* Returns the xmlXPathContext just allocated.
|
||||
* Returns the xmlXPathContext just allocated. The caller will need to free it.
|
||||
*/
|
||||
xmlXPathContextPtr
|
||||
xmlXPathNewContext(xmlDocPtr doc) {
|
||||
|
Reference in New Issue
Block a user