Commit ed147bb1 authored by Alexandre Julliard's avatar Alexandre Julliard

comctl32/tests: Avoid destroying a DPA twice.

parent 5cbdbe62
...@@ -428,7 +428,6 @@ static void test_dpa(void) ...@@ -428,7 +428,6 @@ static void test_dpa(void)
rc=CheckDPA(dpa, 0x123456, &dw); rc=CheckDPA(dpa, 0x123456, &dw);
ok(rc, "dw=0x%x\n", dw); ok(rc, "dw=0x%x\n", dw);
} }
pDPA_Destroy(dpa);
ret = IStream_Release(pStm); ret = IStream_Release(pStm);
ok(!ret, "ret=%d\n", ret); ok(!ret, "ret=%d\n", ret);
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment