projects
/
imagemagick
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
09c15a2
)
Moved call to AsynchronousResourceComponentTerminus.
author
Dirk Lemstra
<dirk@git.imagemagick.org>
Sun, 10 Jun 2018 08:04:44 +0000
(10:04 +0200)
committer
Dirk Lemstra
<dirk@git.imagemagick.org>
Sun, 10 Jun 2018 08:04:44 +0000
(10:04 +0200)
MagickCore/exception-private.h
patch
|
blob
|
history
diff --git
a/MagickCore/exception-private.h
b/MagickCore/exception-private.h
index 8348eebea402a462a6a1c97a19c3b4bf24bff378..b3d948f6d91773992319f89e147316bcefc623f0 100644
(file)
--- 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) \