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)
pFreeMRUList(hMRU);
}
/* Free (NULL list) - Doesn't crash */
pFreeMRUList(NULL);
/* FreeMRUList(NULL) crashes on Win98 OSR0 */
}
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