Fix build without reader but with pattern

Broken by commit dbc6b55b.
This commit is contained in:
Nick Wellnhofer 2019-06-25 11:45:16 +02:00
parent f824a4bd4d
commit f209e55107

View File

@ -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