From: cristy Date: Sun, 12 Jan 2014 15:22:46 +0000 (+0000) Subject: (no commit message) X-Git-Tag: 7.0.1-0~2895 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=a0dfced3583f9d765af3ee2b45158baec0f6a2a4;p=imagemagick --- diff --git a/MagickCore/exception.c b/MagickCore/exception.c index fcb43d72f..f034d2632 100644 --- a/MagickCore/exception.c +++ b/MagickCore/exception.c @@ -259,7 +259,7 @@ MagickExport ExceptionInfo *CloneExceptionInfo(ExceptionInfo *exception) GetExceptionInfo(clone_exception); InheritException(clone_exception,exception); clone_exception->relinquish=MagickTrue; - return(exception); + return(clone_exception); } /*