still trying to fix failure in opencv_test_imgproc

This commit is contained in:
Vadim Pisarevsky
2013-12-02 13:46:54 +04:00
parent 7626a8e8de
commit 5fea17ff0d
2 changed files with 4 additions and 4 deletions

View File

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