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

index fcb43d72f955f873b9538b9a40516428b66f912e..f034d26320dd9d247d9fe407c25ed0449296cd35 100644 (file)
@@ -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);
 }
 \f
 /*