Fix crash on DCraw::data_error (fixes #5571)

This commit is contained in:
Flössie 2019-12-20 13:34:37 +01:00
parent 3a207dace7
commit bd6088837c

View File

@ -4433,6 +4433,10 @@ void CLASS foveon_interpolate()
void CLASS crop_masked_pixels()
{
if (data_error) {
return;
}
int row, col;
unsigned r, c, m, mblack[8], zero, val;