mirror of
https://github.com/ImageMagick/ImageMagick.git
synced 2026-06-12 15:37:14 +02:00
This commit is contained in:
+1
-1
@@ -3024,7 +3024,7 @@ static Image *ReadDCMImage(const ImageInfo *image_info,ExceptionInfo *exception)
|
||||
if (stream_info != (DCMStreamInfo *) NULL) \
|
||||
stream_info=(DCMStreamInfo *) RelinquishMagickMemory(stream_info); \
|
||||
if (stack != (LinkedListInfo *) NULL) \
|
||||
DestroyLinkedList(stack,RelinquishMagickMemory); \
|
||||
stack=DestroyLinkedList(stack,RelinquishMagickMemory); \
|
||||
ThrowReaderException((exception),(message)); \
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user