hopefully, now opencv_test_imgproc should pass

This commit is contained in:
Vadim Pisarevsky
2013-12-02 18:27:08 +04:00
parent 5fea17ff0d
commit 161c3b71e6
5 changed files with 6 additions and 21 deletions

View File

@@ -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);