Skip to content

Commit

Permalink
https://github.com/ImageMagick/ImageMagick/issues/741
Browse files Browse the repository at this point in the history
  • Loading branch information
Cristy committed Sep 11, 2017
1 parent 04b863f commit 44a5558
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions magick/cache.c
Original file line number Diff line number Diff line change
Expand Up @@ -1864,8 +1864,6 @@ static Cache GetImagePixelCache(Image *image,const MagickBooleanType clone,
exception);
if (status != MagickFalse)
{
if (cache_info->reference_count == 1)
cache_info->nexus_info=(NexusInfo **) NULL;
destroy=MagickTrue;
image->cache=clone_image.cache;
}
Expand Down

0 comments on commit 44a5558

Please sign in to comment.