]> granicus.if.org Git - imagemagick/commitdiff
(no commit message)
authorcristy <urban-warrior@git.imagemagick.org>
Sun, 30 Jun 2013 14:53:50 +0000 (14:53 +0000)
committercristy <urban-warrior@git.imagemagick.org>
Sun, 30 Jun 2013 14:53:50 +0000 (14:53 +0000)
MagickWand/pixel-iterator.c

index e15128ddd6e8d2650c1b4b5014530264741e1bcf..06a9899dbcdbb5f2dbd2b93ec749b8c20586c327 100644 (file)
@@ -162,8 +162,7 @@ WandExport PixelIterator *ClonePixelIterator(const PixelIterator *iterator)
   assert(iterator->signature == WandSignature);
   if (iterator->debug != MagickFalse)
     (void) LogMagickEvent(WandEvent,GetMagickModule(),"%s",iterator->name);
-  clone_iterator=(PixelIterator *) AcquireMagickMemory(
-    sizeof(*clone_iterator));
+  clone_iterator=(PixelIterator *) AcquireMagickMemory(sizeof(*clone_iterator));
   if (clone_iterator == (PixelIterator *) NULL)
     ThrowWandFatalException(ResourceLimitFatalError,"MemoryAllocationFailed",
       iterator->name);