1
0
mirror of https://github.com/opencv/opencv.git synced 2026-07-29 23:33:05 +04:00

datastart must be non-const in CUDA.

This commit is contained in:
Adil Ibragimov
2014-08-13 11:11:33 +04:00
parent 28f3a44e33
commit dfd0b297ce
4 changed files with 6 additions and 6 deletions
+1 -1
View File
@@ -175,7 +175,7 @@ void cv::cuda::CudaMem::release()
fastFree(refcount);
}
data = datastart = dataend = 0;
dataend = data = datastart = 0;
step = rows = cols = 0;
refcount = 0;
#endif