comctl32/tests: FreeMRUList(NULL) crashes on Win98 OSR0.

Francois Gouget fgouget at free.fr
Sun Sep 28 11:09:58 CDT 2008


---
 dlls/comctl32/tests/mru.c |    3 +--
 1 files changed, 1 insertions(+), 2 deletions(-)

diff --git a/dlls/comctl32/tests/mru.c b/dlls/comctl32/tests/mru.c
index 1e55425..8ebec86 100644
--- a/dlls/comctl32/tests/mru.c
+++ b/dlls/comctl32/tests/mru.c
@@ -410,8 +410,7 @@ static void test_MRUListA(void)
         pFreeMRUList(hMRU);
     }
 
-    /* Free (NULL list) - Doesn't crash */
-    pFreeMRUList(NULL);
+    /* FreeMRUList(NULL) crashes on Win98 OSR0 */
 }
 
 START_TEST(mru)
-- 
1.5.6.5



More information about the wine-patches mailing list