From ed147bb102c1cb13149bff27cc369a1cc9053e38 Mon Sep 17 00:00:00 2001 From: Alexandre Julliard Date: Mon, 1 Oct 2007 18:03:51 +0200 Subject: [PATCH] comctl32/tests: Avoid destroying a DPA twice. --- dlls/comctl32/tests/dpa.c | 1 - 1 file changed, 1 deletion(-) diff --git a/dlls/comctl32/tests/dpa.c b/dlls/comctl32/tests/dpa.c index 062f6f625aa..3d7d2a71941 100644 --- a/dlls/comctl32/tests/dpa.c +++ b/dlls/comctl32/tests/dpa.c @@ -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); -- 2.11.4.GIT