diff --git a/modules/core/src/cuda_stream.cpp b/modules/core/src/cuda_stream.cpp index 696771404c..340cf102e1 100644 --- a/modules/core/src/cuda_stream.cpp +++ b/modules/core/src/cuda_stream.cpp @@ -552,7 +552,7 @@ Stream cv::cuda::StreamAccessor::wrapStream(cudaStream_t stream) namespace { - bool enableMemoryPool = true; + bool enableMemoryPool = false; class StackAllocator : public GpuMat::Allocator {