]> granicus.if.org Git - imagemagick/commitdiff
Fixed warning.
authorDirk Lemstra <dirk@git.imagemagick.org>
Thu, 9 Feb 2017 21:32:18 +0000 (22:32 +0100)
committerDirk Lemstra <dirk@git.imagemagick.org>
Thu, 9 Feb 2017 21:32:18 +0000 (22:32 +0100)
Magick++/lib/Exception.cpp

index 792d433ded44373be4ee8bc4f79dfaafae1ace22..acb61828f2a6a40962bf9ce3416a120ca0a068bf 100644 (file)
@@ -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)
     {