aboutsummaryrefslogtreecommitdiffstats
path: root/pattern.c
diff options
context:
space:
mode:
authorDaniel Veillard <veillard@src.gnome.org>2005-03-30 22:47:10 +0000
committerDaniel Veillard <veillard@src.gnome.org>2005-03-30 22:47:10 +0000
commit0e460da346bfb2cc9d5d6cb4be8f851c18bfb81e (patch)
tree3f0e29bb120f40ec8dd280274a2bf00c3f7a6273 /pattern.c
parentbb8502c0ef2af706fbdff69119e994e40da64a88 (diff)
downloadandroid_external_libxml2-0e460da346bfb2cc9d5d6cb4be8f851c18bfb81e.tar.gz
android_external_libxml2-0e460da346bfb2cc9d5d6cb4be8f851c18bfb81e.tar.bz2
android_external_libxml2-0e460da346bfb2cc9d5d6cb4be8f851c18bfb81e.zip
another patch from Brent Hendricks to add new handlers with the various
* python/generator.py python/libxml.py: another patch from Brent Hendricks to add new handlers with the various validity contexts * python/tests/Makefile.am python/tests/validDTD.py python/tests/validRNG.py python/tests/validSchemas.py: also added the regression tests he provided Daniel
Diffstat (limited to 'pattern.c')
-rw-r--r--pattern.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/pattern.c b/pattern.c
index 041039ef..ee3bcbdb 100644
--- a/pattern.c
+++ b/pattern.c
@@ -1082,7 +1082,7 @@ xmlCompileStepPattern(xmlPatParserContextPtr ctxt) {
ctxt->error = 1;
goto error;
}
- xmlFree(name);
+ /* NOT REACHED xmlFree(name); */
}
} else if (CUR == '*') {
if (name != NULL) {