Alexandre Julliard : comctl32/tests: Avoid destroying a DPA twice.

Alexandre Julliard julliard at winehq.org
Tue Oct 2 06:52:36 CDT 2007


Module: wine
Branch: master
Commit: ed147bb102c1cb13149bff27cc369a1cc9053e38
URL:    http://source.winehq.org/git/wine.git/?a=commit;h=ed147bb102c1cb13149bff27cc369a1cc9053e38

Author: Alexandre Julliard <julliard at winehq.org>
Date:   Mon Oct  1 18:03:51 2007 +0200

comctl32/tests: Avoid destroying a DPA twice.

---

 dlls/comctl32/tests/dpa.c |    1 -
 1 files changed, 0 insertions(+), 1 deletions(-)

diff --git a/dlls/comctl32/tests/dpa.c b/dlls/comctl32/tests/dpa.c
index 062f6f6..3d7d2a7 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);




More information about the wine-cvs mailing list