still trying to fix failure in opencv_test_imgproc
This commit is contained in:
@@ -286,8 +286,8 @@ void UMat::copySize(const UMat& m)
|
||||
|
||||
UMat::~UMat()
|
||||
{
|
||||
if( u && u->refcount > 0 )
|
||||
u->currAllocator->sync(u);
|
||||
//if( u && u->refcount > 0 )
|
||||
// u->currAllocator->sync(u);
|
||||
release();
|
||||
if( step.p != step.buf )
|
||||
fastFree(step.p);
|
||||
|
Reference in New Issue
Block a user