Skip to content

Commit

Permalink
cosmetic
Browse files Browse the repository at this point in the history
  • Loading branch information
Cristy committed Oct 28, 2021
1 parent f74b2b1 commit d480691
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion coders/dcm.c
Original file line number Diff line number Diff line change
Expand Up @@ -3239,7 +3239,7 @@ static Image *ReadDCMImage(const ImageInfo *image_info,ExceptionInfo *exception)
ThrowDCMException(CorruptImageError,"ImproperImageHeader");
}
memcpy(&info,info_copy,sizeof(info));
RelinquishMagickMemory(info_copy);
info_copy=(DCMInfo *) RelinquishMagickMemory(info_copy);
}
/*
If we're entering a sequence, push the current image parameters onto
Expand Down

0 comments on commit d480691

Please sign in to comment.