Revert r47130, it was already comitted.
[reactos.git] / rostests / apitests / w32knapi / ntgdi / NtGdiCreateCompatibleDC.c
index a53821b..3597eb6 100644 (file)
@@ -22,6 +22,8 @@ Test_NtGdiCreateCompatibleDC(PTESTINFO pti)
        hObj = SelectObject(hDC, GetStockObject(WHITE_PEN));
        TEST(hObj == GetStockObject(BLACK_PEN));
 
+       TEST(NtGdiDeleteObjectApp(hDC) != 0);
+
        return APISTATUS_NORMAL;
 }