1
0
mirror of https://github.com/opencv/opencv.git synced 2026-07-29 23:33:05 +04:00

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
+1 -1
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)