mirror of
https://github.com/opencv/opencv.git
synced 2024-11-25 03:30:34 +08:00
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;
|
||||
}
|
||||
delete buffer;
|
||||
delete[] buffer;
|
||||
}
|
||||
|
||||
return result;
|
||||
|
Loading…
Reference in New Issue
Block a user