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 f538b0f commit c5d012a
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions MagickCore/blob.c
Expand Up @@ -996,6 +996,7 @@ MagickExport void *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 c5d012a

Please sign in to comment.