Commit 17d798ea authored by Francois Gouget's avatar Francois Gouget Committed by Alexandre Julliard

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

parent dd142bf5
...@@ -410,8 +410,7 @@ static void test_MRUListA(void) ...@@ -410,8 +410,7 @@ static void test_MRUListA(void)
pFreeMRUList(hMRU); pFreeMRUList(hMRU);
} }
/* Free (NULL list) - Doesn't crash */ /* FreeMRUList(NULL) crashes on Win98 OSR0 */
pFreeMRUList(NULL);
} }
START_TEST(mru) START_TEST(mru)
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment