From: cristy Date: Sun, 12 Jan 2014 14:12:01 +0000 (+0000) Subject: (no commit message) X-Git-Tag: 7.0.1-0~2896 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=4592b2c7a40c37efd17aaa688be0d18fe953bd8f;p=imagemagick --- diff --git a/MagickCore/exception.c b/MagickCore/exception.c index de9816a6e..fcb43d72f 100644 --- a/MagickCore/exception.c +++ b/MagickCore/exception.c @@ -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); }