]> granicus.if.org Git - imagemagick/commitdiff
(no commit message)
authorcristy <urban-warrior@git.imagemagick.org>
Mon, 10 Feb 2014 15:31:12 +0000 (15:31 +0000)
committercristy <urban-warrior@git.imagemagick.org>
Mon, 10 Feb 2014 15:31:12 +0000 (15:31 +0000)
coders/psd.c

index 058f9491d6eefa8c48d292f56123826c22af2a88..6c61a63670b19d4b8618e8616e279bd13078e46a 100644 (file)
@@ -847,8 +847,7 @@ static MagickStatusType ReadPSDChannelRLE(Image *image,PSDInfo *psd_info,
         image->filename);
     }
 
-  compact_pixels=(unsigned char *) AcquireQuantumMemory(length,
-    sizeof(*pixels));
+  compact_pixels=(unsigned char *) AcquireQuantumMemory(length,sizeof(*pixels));
   if (compact_pixels == (unsigned char *) NULL)
     {
       pixels=(unsigned char *) RelinquishMagickMemory(pixels);