]> granicus.if.org Git - imagemagick/commitdiff
Reverted change.
authordirk <dirk@git.imagemagick.org>
Sun, 12 Jan 2014 19:59:22 +0000 (19:59 +0000)
committerdirk <dirk@git.imagemagick.org>
Sun, 12 Jan 2014 19:59:22 +0000 (19:59 +0000)
Magick++/lib/Image.cpp

index f90c89edec79fea4e262cfc935afbfd882646a90..e9c628135e647f4446966839d18fbaaf17b67357 100644 (file)
@@ -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) \