mirror of
https://github.com/ImageMagick/ImageMagick.git
synced 2026-06-12 15:37:14 +02:00
stop parsing on exception
This commit is contained in:
@@ -7637,6 +7637,7 @@ static void MSLError(void *context,const char *format,...)
|
||||
#endif
|
||||
ThrowMSLException(DelegateFatalError,reason,"SAX error");
|
||||
va_end(operands);
|
||||
xmlStopParser(msl_info->parser);
|
||||
}
|
||||
|
||||
static void MSLCDataBlock(void *context,const xmlChar *value,int length)
|
||||
|
||||
Reference in New Issue
Block a user