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:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user