From 891c9a1bc1348a2e66f281dbc8e5a09359a41b69 Mon Sep 17 00:00:00 2001 From: Amine Khaldi Date: Fri, 19 Aug 2016 09:39:12 +0000 Subject: [PATCH] [OLE32_WINETEST] Sync with Wine Staging 1.9.16. CORE-11866 svn path=/trunk/; revision=72349 --- rostests/winetests/ole32/compobj.c | 2 ++ 1 file changed, 2 insertions(+) diff --git a/rostests/winetests/ole32/compobj.c b/rostests/winetests/ole32/compobj.c index bc640db6dab..f43bcdd8ff0 100644 --- a/rostests/winetests/ole32/compobj.c +++ b/rostests/winetests/ole32/compobj.c @@ -2889,7 +2889,9 @@ static void test_CoGetMalloc(void) HRESULT hr; if (0) /* crashes on native */ +{ hr = CoGetMalloc(0, NULL); +} imalloc = (void*)0xdeadbeef; hr = CoGetMalloc(0, &imalloc);