Skip to content

Commit

Permalink
https://github.com/ImageMagick/ImageMagick/issues/547
Browse files Browse the repository at this point in the history
  • Loading branch information
Cristy committed Jul 6, 2017
1 parent 529ff26 commit 6767f31
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion coders/mat.c
Expand Up @@ -1309,7 +1309,8 @@ RestoreMSCWarning
if (quantum_info != (QuantumInfo *) NULL)
quantum_info=DestroyQuantumInfo(quantum_info);
END_OF_READING:
clone_info=DestroyImageInfo(clone_info);
if (clone_info)
clone_info=DestroyImageInfo(clone_info);
CloseBlob(image);


Expand Down

0 comments on commit 6767f31

Please sign in to comment.