From 8c6a442b1a8d7a669d0164660bbd507732e8d171 Mon Sep 17 00:00:00 2001 From: Jakob Eriksson Date: Tue, 21 Dec 2004 14:40:19 +0000 Subject: [PATCH] There may be no default MAPI malloc installed. --- dlls/mapi32/tests/imalloc.c | 1 - 1 file changed, 1 deletion(-) diff --git a/dlls/mapi32/tests/imalloc.c b/dlls/mapi32/tests/imalloc.c index 7fb013fca3f..df604f13e6d 100644 --- a/dlls/mapi32/tests/imalloc.c +++ b/dlls/mapi32/tests/imalloc.c @@ -49,7 +49,6 @@ static void test_IMalloc(void) return; lpMalloc = pMAPIGetDefaultMalloc(); - ok (lpMalloc != NULL, "iMAPIGetDefaultMalloc returned null\n"); if (!lpMalloc) return;