projects
/
reactos.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
e88c7f2
)
[OLE32_WINETEST] Sync with Wine Staging 1.9.16. CORE-11866
author
Amine Khaldi
<amine.khaldi@reactos.org>
Fri, 19 Aug 2016 09:39:12 +0000
(09:39 +0000)
committer
Amine Khaldi
<amine.khaldi@reactos.org>
Fri, 19 Aug 2016 09:39:12 +0000
(09:39 +0000)
svn path=/trunk/; revision=72349
rostests/winetests/ole32/compobj.c
patch
|
blob
|
history
diff --git
a/rostests/winetests/ole32/compobj.c
b/rostests/winetests/ole32/compobj.c
index
bc640db
..
f43bcdd
100644
(file)
--- 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);