mirror of
https://github.com/opencv/opencv.git
synced 2026-09-13 05:42:51 -05:00
making the test deepper
This commit is contained in:
@@ -1036,7 +1036,7 @@ TEST(UMat, map_unmap_counting)
|
||||
UMat um = m.getUMat(ACCESS_RW);
|
||||
{
|
||||
Mat d1 = um.getMat(ACCESS_RW);
|
||||
//Mat d2 = um.getMat(ACCESS_RW);
|
||||
Mat d2 = um.getMat(ACCESS_RW);
|
||||
d1.release();
|
||||
}
|
||||
void* h = NULL;
|
||||
|
||||
Reference in New Issue
Block a user