core: use explicit for cv::AutoBuffer
To avoid compilation of this code: - buf = 0; This code can be received after refactoring of 1D cv::Mat to cv::AutoBuffer. - "cv_mat = 0" calls setTo(). - cv::AutoBuffer calls "allocate(0)" - this is wrong.
Showing
Please
register
or
sign in
to comment