mirror of
https://gitlab.gnome.org/GNOME/libxml2
synced 2025-03-28 21:33:13 +00:00
Fix build without reader but with pattern
Broken by commit dbc6b55b.
This commit is contained in:
parent
f824a4bd4d
commit
f209e55107
@ -3758,7 +3758,7 @@ main(int argc, char **argv) {
|
|||||||
xmlSchemaFree(wxschemas);
|
xmlSchemaFree(wxschemas);
|
||||||
xmlRelaxNGCleanupTypes();
|
xmlRelaxNGCleanupTypes();
|
||||||
#endif
|
#endif
|
||||||
#ifdef LIBXML_PATTERN_ENABLED
|
#if defined(LIBXML_READER_ENABLED) && defined(LIBXML_PATTERN_ENABLED)
|
||||||
if (patternc != NULL)
|
if (patternc != NULL)
|
||||||
xmlFreePattern(patternc);
|
xmlFreePattern(patternc);
|
||||||
#endif
|
#endif
|
||||||
|
Loading…
x
Reference in New Issue
Block a user