Skip to content
Permalink
Browse files Browse the repository at this point in the history
https://github.com/ImageMagick/ImageMagick6/issues/43
  • Loading branch information
Cristy committed Apr 22, 2019
1 parent a1a7f79 commit 614a257
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions magick/blob.c
Expand Up @@ -700,6 +700,7 @@ MagickExport unsigned char *DetachBlob(BlobInfo *blob_info)
if (blob_info->mapped != MagickFalse)
{
(void) UnmapBlob(blob_info->data,blob_info->length);
blob_info->data=NULL;
RelinquishMagickResource(MapResource,blob_info->length);
}
blob_info->mapped=MagickFalse;
Expand Down

0 comments on commit 614a257

Please sign in to comment.