fix OpenCV code (bug 4006: #4862)

This commit is contained in:
Alexander Alekhin
2015-07-24 19:10:31 +03:00
parent ed7907e46c
commit b36f565d13
3 changed files with 24 additions and 17 deletions

View File

@@ -572,7 +572,7 @@ TEST_P(getUMat, custom_ptr)
EXPECT_EQ(0, norm);
delete[] pData;
delete[] (unsigned char*)pData;
}
TEST_P(getUMat, self_allocated)