added cv::equalizeHist to T-API
[platform/upstream/opencv.git] / modules / imgproc / test / test_imgproc_umat.cpp
index 5237038..464f0b6 100644 (file)
@@ -76,6 +76,8 @@ protected:
         destroyWindow("equalized gray");
 #endif
         ts->set_failed_test_info(cvtest::TS::OK);
+
+        (void)uresult.getMat(ACCESS_READ);
     }
 };