From 3c6403c0561082ff3029be424967b9649f481f03 Mon Sep 17 00:00:00 2001 From: cristy Date: Thu, 13 Jun 2013 12:28:16 +0000 Subject: [PATCH] --- MagickCore/attribute.c | 1 - 1 file changed, 1 deletion(-) diff --git a/MagickCore/attribute.c b/MagickCore/attribute.c index 110ce274a..9d7d0a6e1 100644 --- a/MagickCore/attribute.c +++ b/MagickCore/attribute.c @@ -232,7 +232,6 @@ MagickExport RectangleInfo GetImageBoundingBox(const Image *image, if (bounding_box.height > bounds.height) bounds.height=bounding_box.height; } - } image_view=DestroyCacheView(image_view); if ((bounds.width == 0) || (bounds.height == 0)) (void) ThrowMagickException(exception,GetMagickModule(),OptionWarning, -- 2.40.0