From: Dirk Lemstra Date: Thu, 9 Feb 2017 21:32:18 +0000 (+0100) Subject: Fixed warning. X-Git-Tag: 7.0.4-8~31 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=1503d3b2afd873f22e713da0d652083832cce7d2;p=imagemagick Fixed warning. --- diff --git a/Magick++/lib/Exception.cpp b/Magick++/lib/Exception.cpp index 792d433de..acb61828f 100644 --- a/Magick++/lib/Exception.cpp +++ b/Magick++/lib/Exception.cpp @@ -842,6 +842,7 @@ MagickPPExport void Magick::throwException(ExceptionInfo *exception_, message=formatExceptionMessage(exception_); nestedException=(Exception *) NULL; + q=(Exception *) NULL; LockSemaphoreInfo(exception_->semaphore); if (exception_->exceptions != (void *) NULL) {