fixed bug #1388
This commit is contained in:
parent
3535aacc23
commit
a512883170
@ -719,7 +719,7 @@ bool ExrEncoder::write( const Mat& img, const vector<int>& )
|
|||||||
}
|
}
|
||||||
data += step;
|
data += step;
|
||||||
}
|
}
|
||||||
delete buffer;
|
delete[] buffer;
|
||||||
}
|
}
|
||||||
|
|
||||||
return result;
|
return result;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user