comctl32/tests: Avoid destroying a DPA twice.

oldstable
Alexandre Julliard 2007-10-01 18:03:51 +02:00
parent 5cbdbe629e
commit ed147bb102
1 changed files with 0 additions and 1 deletions

View File

@ -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);