]> granicus.if.org Git - imagemagick/commitdiff
Added magick_unreferenced.
authordirk <dirk@git.imagemagick.org>
Mon, 16 May 2016 14:34:39 +0000 (16:34 +0200)
committerdirk <dirk@git.imagemagick.org>
Mon, 16 May 2016 14:34:39 +0000 (16:34 +0200)
MagickCore/resource.c

index 8223a4fd20e06ae4d6431f64b2f5c656af01eb49..6b3ac26fef574715abd4464aa1881e70dc064161 100644 (file)
@@ -781,6 +781,8 @@ MagickExport MagickBooleanType ListMagickResourceInfo(FILE *file,
     time_limit[MagickFormatExtent],
     width_limit[MagickFormatExtent];
 
+  magick_unreferenced(exception);
+
   if (file == (const FILE *) NULL)
     file=stdout;
   if (resource_semaphore == (SemaphoreInfo *) NULL)