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

Alexandre Julliard julliard at winehq.org
Tue Sep 30 11:15:57 CDT 2008


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

Author: Francois Gouget <fgouget at free.fr>
Date:   Sun Sep 28 18:09:58 2008 +0200

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

---

 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)




More information about the wine-cvs mailing list