Merge pull request #798 from pengx17:master_ocl_mleak
This commit is contained in:
commit
5a2c5227f4
@ -1053,7 +1053,7 @@ BOOL WINAPI DllMain( HINSTANCE, DWORD fdwReason, LPVOID )
|
|||||||
Context* cv_ctx = Context::getContext();
|
Context* cv_ctx = Context::getContext();
|
||||||
if(cv_ctx)
|
if(cv_ctx)
|
||||||
{
|
{
|
||||||
cl_context ctx = (cl_context)&(cv_ctx->impl->oclcontext);
|
cl_context ctx = cv_ctx->impl->oclcontext;
|
||||||
if(ctx)
|
if(ctx)
|
||||||
openCLSafeCall(clReleaseContext(ctx));
|
openCLSafeCall(clReleaseContext(ctx));
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user