Moved call to AsynchronousResourceComponentTerminus.
authorDirk Lemstra <dirk@git.imagemagick.org>
Sun, 10 Jun 2018 08:04:44 +0000 (10:04 +0200)
committerDirk Lemstra <dirk@git.imagemagick.org>
Sun, 10 Jun 2018 08:04:44 +0000 (10:04 +0200)
MagickCore/exception-private.h

index 8348eebea402a462a6a1c97a19c3b4bf24bff378..b3d948f6d91773992319f89e147316bcefc623f0 100644 (file)
@@ -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) \