From 5ed5364cbf60ad92f56628ceaf41f97f5420b94b Mon Sep 17 00:00:00 2001 From: dirk Date: Sun, 1 Feb 2015 11:49:00 +0000 Subject: [PATCH] Minor change in execution order. --- Magick++/lib/Exception.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Magick++/lib/Exception.cpp b/Magick++/lib/Exception.cpp index 7a75b0024..e2b509895 100644 --- a/Magick++/lib/Exception.cpp +++ b/Magick++/lib/Exception.cpp @@ -866,8 +866,8 @@ MagickPPExport void Magick::throwException(ExceptionInfo *exception_, } } } - UnlockSemaphoreInfo(exception_->semaphore); severity=exception_->severity; + UnlockSemaphoreInfo(exception_->semaphore); if ((quiet_) && (severity < MagickCore::ErrorException)) { -- 2.50.1