fixed bug #1388
This commit is contained in:
@@ -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;
|
||||||
|
|||||||
Reference in New Issue
Block a user