From a0dfced3583f9d765af3ee2b45158baec0f6a2a4 Mon Sep 17 00:00:00 2001 From: cristy Date: Sun, 12 Jan 2014 15:22:46 +0000 Subject: [PATCH] --- MagickCore/exception.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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); } /* -- 2.50.1