mirror of
https://github.com/opencv/opencv.git
synced 2026-07-29 07:13:02 +04:00
hopefully, now opencv_test_imgproc should pass
This commit is contained in:
@@ -286,8 +286,6 @@ void UMat::copySize(const UMat& m)
|
||||
|
||||
UMat::~UMat()
|
||||
{
|
||||
//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