]> granicus.if.org Git - imagemagick/commitdiff
(no commit message)
authorcristy <urban-warrior@git.imagemagick.org>
Mon, 16 Apr 2012 16:51:54 +0000 (16:51 +0000)
committercristy <urban-warrior@git.imagemagick.org>
Mon, 16 Apr 2012 16:51:54 +0000 (16:51 +0000)
MagickCore/cache-view.c

index c088696cbb1ba8e24645185993fd2b4d864e6d72..e14fdefb66e1fb823736251237ab29d13aea52ba 100644 (file)
@@ -786,7 +786,6 @@ MagickExport MagickBooleanType GetOneCacheViewVirtualPixelInfo(
   assert(cache_view != (CacheView *) NULL);
   assert(cache_view->signature == MagickSignature);
   assert(id < (int) cache_view->number_threads);
-  (void) memset(pixel,0,MaxPixelChannels*sizeof(*pixel));
   p=GetVirtualPixelsFromNexus(cache_view->image,
     cache_view->virtual_pixel_method,x,y,1,1,cache_view->nexus_info[id],
     exception);