]> granicus.if.org Git - imagemagick/commitdiff
https://github.com/ImageMagick/ImageMagick/issues/1167
authorCristy <urban-warrior@imagemagick.org>
Sat, 9 Jun 2018 23:10:00 +0000 (19:10 -0400)
committerCristy <urban-warrior@imagemagick.org>
Sat, 9 Jun 2018 23:10:00 +0000 (19:10 -0400)
MagickCore/exception-private.h

index 2716b7d6b7e96d44963457ef6350f93fdfd6c9ae..8348eebea402a462a6a1c97a19c3b4bf24bff378 100644 (file)
@@ -20,6 +20,7 @@
 
 #include "MagickCore/log.h"
 #include "MagickCore/magick.h"
+#include "MagickCore/resource-private.h"
 #include "MagickCore/string_.h"
 
 #if defined(__cplusplus) || defined(c_plusplus)
@@ -48,6 +49,7 @@ extern "C" {
   CatchException(fatal_exception); \
   (void) DestroyExceptionInfo(fatal_exception); \
   MagickCoreTerminus(); \
+  AsynchronousResourceComponentTerminus(); \
   _exit((int) (severity-FatalErrorException)+1); \
 }
 #define ThrowFileException(exception,severity,tag,context) \