From: dirk Date: Sun, 1 Feb 2015 11:49:00 +0000 (+0000) Subject: Minor change in execution order. X-Git-Tag: 7.0.1-0~1333 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=5ed5364cbf60ad92f56628ceaf41f97f5420b94b;p=imagemagick Minor change in execution order. --- 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)) {