Commit 8c6a442b authored by Jakob Eriksson's avatar Jakob Eriksson Committed by Alexandre Julliard

There may be no default MAPI malloc installed.

parent c0b189b3
......@@ -49,7 +49,6 @@ static void test_IMalloc(void)
return;
lpMalloc = pMAPIGetDefaultMalloc();
ok (lpMalloc != NULL, "iMAPIGetDefaultMalloc returned null\n");
if (!lpMalloc)
return;
......
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