https://git.reactos.org/?p=reactos.git;a=commitdiff;h=814d42def77ce2121cf20…
commit 814d42def77ce2121cf203b77cd04bc7e9cf7dfb
Author: Amine Khaldi <amine.khaldi(a)reactos.org>
AuthorDate: Mon Oct 1 00:27:20 2018 +0100
Commit: Amine Khaldi <amine.khaldi(a)reactos.org>
CommitDate: Mon Oct 1 00:27:20 2018 +0100
[ATL100_WINETEST] Sync with Wine Staging 3.17. CORE-15127
---
modules/rostests/winetests/atl100/atl.c | 1 +
1 file changed, 1 insertion(+)
diff --git a/modules/rostests/winetests/atl100/atl.c
b/modules/rostests/winetests/atl100/atl.c
index a287e38e27..fc195cb85b 100644
--- a/modules/rostests/winetests/atl100/atl.c
+++ b/modules/rostests/winetests/atl100/atl.c
@@ -902,6 +902,7 @@ static void test_AtlAxAttachControl(void)
hr = AtlAxAttachControl(control, hwnd, &container);
ok(hr == S_OK, "Expected AtlAxAttachControl to return S_OK, got 0x%08x\n",
hr);
ok(container != NULL, "Expected not NULL!\n");
+ IUnknown_Release(container);
val = GetWindowLongW(hwnd, GWLP_USERDATA);
ok(val == 0xdeadbeef, "Expected unchanged, returned %08x\n", val);
DestroyWindow(hwnd);