mirror of
https://github.com/reactos/wine.git
synced 2025-02-15 02:18:51 +00:00
comctl32/tests: Avoid destroying a DPA twice.
This commit is contained in:
parent
5cbdbe629e
commit
ed147bb102
@ -428,7 +428,6 @@ static void test_dpa(void)
|
||||
rc=CheckDPA(dpa, 0x123456, &dw);
|
||||
ok(rc, "dw=0x%x\n", dw);
|
||||
}
|
||||
pDPA_Destroy(dpa);
|
||||
|
||||
ret = IStream_Release(pStm);
|
||||
ok(!ret, "ret=%d\n", ret);
|
||||
|
Loading…
x
Reference in New Issue
Block a user