Skip to content

Commit

Permalink
preferred unwinding order
Browse files Browse the repository at this point in the history
  • Loading branch information
Cristy committed Jul 11, 2023
1 parent 04d7e66 commit aa47fa5
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions magick/magick.c
Original file line number Diff line number Diff line change
Expand Up @@ -1400,9 +1400,6 @@ MagickExport void MagickCoreTerminus(void)
}
MonitorComponentTerminus();
RegistryComponentTerminus();
#if defined(MAGICKCORE_X11_DELEGATE)
XComponentTerminus();
#endif
#if defined(MAGICKCORE_XML_DELEGATE)
xmlCleanupParser();
#endif
Expand All @@ -1424,6 +1421,9 @@ MagickExport void MagickCoreTerminus(void)
#endif
#if defined(MAGICKCORE_MODULES_SUPPORT)
ModuleComponentTerminus();
#endif
#if defined(MAGICKCORE_X11_DELEGATE)
XComponentTerminus();
#endif
CoderComponentTerminus();
AsynchronousResourceComponentTerminus();
Expand Down

0 comments on commit aa47fa5

Please sign in to comment.