From: dirk Date: Sun, 12 Jan 2014 19:59:22 +0000 (+0000) Subject: Reverted change. X-Git-Tag: 7.0.1-0~2892 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=43175e368043e4997b0ba5e44953920091b9e4b0;p=imagemagick Reverted change. --- diff --git a/Magick++/lib/Image.cpp b/Magick++/lib/Image.cpp index f90c89ede..e9c628135 100644 --- a/Magick++/lib/Image.cpp +++ b/Magick++/lib/Image.cpp @@ -33,8 +33,7 @@ using namespace std; #define ClonePPDrawException(wand) \ ExceptionInfo \ *exceptionInfo; \ - exceptionInfo=DrawCloneExceptionInfo(wand); \ - exceptionInfo->relinquish=MagickFalse + exceptionInfo=DrawCloneExceptionInfo(wand) #define RestorePPChannelMask \ SetPixelChannelMask(image(),channel_mask) #define SetPPChannelMask(channel) \