Skip to content

Commit

Permalink
https://github.com/ImageMagick/ImageMagick/issues/746
Browse files Browse the repository at this point in the history
  • Loading branch information
Cristy committed Sep 11, 2017
1 parent 631d3ad commit 04b863f
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions magick/cache.c
Expand Up @@ -4232,8 +4232,6 @@ MagickExport MagickBooleanType PersistPixelCache(Image *image,
MaxTextExtent);
cache_info->type=DiskCache;
cache_info->offset=(*offset);
cache_info->nexus_info=DestroyPixelCacheNexus(cache_info->nexus_info,
cache_info->number_threads);
if (OpenPixelCache(image,ReadMode,exception) == MagickFalse)
return(MagickFalse);
*offset+=cache_info->length+page_size-(cache_info->length % page_size);
Expand Down

0 comments on commit 04b863f

Please sign in to comment.