This commit is contained in:
Vadim Pisarevsky 2011-09-27 15:23:43 +00:00
parent 3535aacc23
commit a512883170

View File

@ -719,7 +719,7 @@ bool ExrEncoder::write( const Mat& img, const vector<int>& )
}
data += step;
}
delete buffer;
delete[] buffer;
}
return result;