[libxml2] Remove useless call to xmlRelaxNGCleanupTypes
- From: Nick Wellnhofer <nwellnhof src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [libxml2] Remove useless call to xmlRelaxNGCleanupTypes
- Date: Wed, 2 Mar 2022 00:52:20 +0000 (UTC)
commit 551b558db07dd695e241b14be612b9634cdd518a
Author: Nick Wellnhofer <wellnhofer aevum de>
Date: Tue Mar 1 17:15:12 2022 +0100
Remove useless call to xmlRelaxNGCleanupTypes
xmlRelaxNGCleanupTypes is called from xmlCleanupParser later.
xmllint.c | 1 -
1 file changed, 1 deletion(-)
---
diff --git a/xmllint.c b/xmllint.c
index fd5b243f..07d655b2 100644
--- a/xmllint.c
+++ b/xmllint.c
@@ -3828,7 +3828,6 @@ main(int argc, char **argv) {
xmlRelaxNGFree(relaxngschemas);
if (wxschemas != NULL)
xmlSchemaFree(wxschemas);
- xmlRelaxNGCleanupTypes();
#endif
#if defined(LIBXML_READER_ENABLED) && defined(LIBXML_PATTERN_ENABLED)
if (patternc != NULL)
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]