aboutsummaryrefslogtreecommitdiffstats
path: root/gentest.py
diff options
context:
space:
mode:
authorDaniel Veillard <veillard@src.gnome.org>2005-01-26 00:04:52 +0000
committerDaniel Veillard <veillard@src.gnome.org>2005-01-26 00:04:52 +0000
commitc394f734767fc7b4cca1307feb337c0471bcb561 (patch)
tree11884bdc4e5a6ae46085bf82152fca3fbba3045f /gentest.py
parent2ae13382c389912f89d0df8ab4fcce376db6ae82 (diff)
downloadandroid_external_libxml2-c394f734767fc7b4cca1307feb337c0471bcb561.tar.gz
android_external_libxml2-c394f734767fc7b4cca1307feb337c0471bcb561.tar.bz2
android_external_libxml2-c394f734767fc7b4cca1307feb337c0471bcb561.zip
had to fix generation and rebuild. the testapi found a bug in the last
* gentest.py testapi.c: had to fix generation and rebuild. * valid.c: the testapi found a bug in the last code of course ! Daniel
Diffstat (limited to 'gentest.py')
-rwxr-xr-xgentest.py2
1 files changed, 2 insertions, 0 deletions
diff --git a/gentest.py b/gentest.py
index 12dd718f..c8e675d1 100755
--- a/gentest.py
+++ b/gentest.py
@@ -231,6 +231,8 @@ extra_post_call = {
(ret_val != prefix) && (ret_val != memory))
xmlFree(ret_val);
ret_val = NULL;""",
+ "xmlNewDocElementContent":
+ """xmlFreeDocElementContent(doc, ret_val); ret_val = NULL;""",
"xmlDictReference": "xmlDictFree(dict);",
# Functions which deallocates one of their parameters
"xmlXPathConvertBoolean": """val = NULL;""",