Fix crash on DCraw::data_error
(fixes #5571)
This commit is contained in:
parent
3a207dace7
commit
bd6088837c
@ -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;
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user