]> granicus.if.org Git - imagemagick/commitdiff
(no commit message)
authorcristy <urban-warrior@git.imagemagick.org>
Sat, 5 Oct 2013 08:01:00 +0000 (08:01 +0000)
committercristy <urban-warrior@git.imagemagick.org>
Sat, 5 Oct 2013 08:01:00 +0000 (08:01 +0000)
MagickCore/fourier.c

index 5e22249fe1b32b0bf19961b52f2e24ef658baf00..de3f209d66e3142ecdeef64a917c8efe2e74c429 100644 (file)
@@ -154,6 +154,7 @@ MagickExport Image *ComplexImages(const Image *images,
     (void) LogMagickEvent(TraceEvent,GetMagickModule(),"%s",images->filename);
   assert(exception != (ExceptionInfo *) NULL);
   assert(exception->signature == MagickSignature);
+  image=(Image *) NULL;
   return(image);
 }
 \f