]> granicus.if.org Git - imagemagick/commitdiff
(no commit message)
authorcristy <urban-warrior@git.imagemagick.org>
Sun, 12 Jan 2014 14:12:01 +0000 (14:12 +0000)
committercristy <urban-warrior@git.imagemagick.org>
Sun, 12 Jan 2014 14:12:01 +0000 (14:12 +0000)
MagickCore/exception.c

index de9816a6e43c04ebc93795e03c359e1773a9bcb8..fcb43d72f955f873b9538b9a40516428b66f912e 100644 (file)
@@ -258,7 +258,7 @@ MagickExport ExceptionInfo *CloneExceptionInfo(ExceptionInfo *exception)
     ThrowFatalException(ResourceLimitFatalError,"MemoryAllocationFailed");
   GetExceptionInfo(clone_exception);
   InheritException(clone_exception,exception);
-  exception->relinquish=MagickTrue;
+  clone_exception->relinquish=MagickTrue;
   return(exception);
 }
 \f