Merge pull request #18907 from diablodale:exec_context_create_addref

pull/18929/head
Alexander Alekhin 4 years ago
commit d65c6af3a5
  1. 1
      modules/core/src/ocl.cpp

@ -2437,6 +2437,7 @@ public:
if (impl)
{
CV_LOG_INFO(NULL, "OpenCL: reuse context@" << impl->contextId << " for configuration: " << configuration)
impl->addref();
return impl;
}

Loading…
Cancel
Save