1
0
mirror of https://gitlab.gnome.org/GNOME/libxml2.git synced 2025-10-21 14:53:44 +03:00

fix bug raised by zamez on IRC regenerated, seems to pop-up leaks in new

* parserInternals.c: fix bug raised by zamez on IRC
* testapi.c: regenerated, seems to pop-up leaks in new tree functions
* tree.c: added comments missing.
* doc/*: regenerated
Daniel
This commit is contained in:
Daniel Veillard
2005-07-03 16:19:41 +00:00
parent 95175012ec
commit 304e78c6b4
12 changed files with 44 additions and 11 deletions

View File

@@ -18977,7 +18977,7 @@ test_xmlDOMWrapReconcileNamespaces(void) {
int mem_base;
int ret_val;
xmlDOMWrapCtxtPtr ctxt; /* */
xmlDOMWrapCtxtPtr ctxt; /* DOM wrapper context, unused at the moment */
int n_ctxt;
xmlNodePtr elem; /* the element-node */
int n_elem;
@@ -19023,13 +19023,13 @@ test_xmlDOMWrapRemoveNode(void) {
int mem_base;
int ret_val;
xmlDOMWrapCtxtPtr ctxt; /* */
xmlDOMWrapCtxtPtr ctxt; /* a DOM wrapper context */
int n_ctxt;
xmlDocPtr doc; /* the doc */
int n_doc;
xmlNodePtr node; /* the node to be removed. */
int n_node;
int options; /* */
int options; /* set of options, unused at the moment */
int n_options;
for (n_ctxt = 0;n_ctxt < gen_nb_xmlDOMWrapCtxtPtr;n_ctxt++) {