From: Dirk Lemstra Date: Sun, 10 Jun 2018 08:04:44 +0000 (+0200) Subject: Moved call to AsynchronousResourceComponentTerminus. X-Git-Tag: 7.0.7-39~13 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=d652f76af18a042e2fbc58bbc80172d755e3ff52;p=imagemagick Moved call to AsynchronousResourceComponentTerminus. --- diff --git a/MagickCore/exception-private.h b/MagickCore/exception-private.h index 8348eebea..b3d948f6d 100644 --- a/MagickCore/exception-private.h +++ b/MagickCore/exception-private.h @@ -48,8 +48,8 @@ extern "C" { fatal_message=DestroyString(fatal_message); \ CatchException(fatal_exception); \ (void) DestroyExceptionInfo(fatal_exception); \ - MagickCoreTerminus(); \ AsynchronousResourceComponentTerminus(); \ + MagickCoreTerminus(); \ _exit((int) (severity-FatalErrorException)+1); \ } #define ThrowFileException(exception,severity,tag,context) \