Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
W
wine-cw
Project
Project
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Registry
Registry
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
wine
wine-cw
Commits
ce9ea026
Commit
ce9ea026
authored
Jun 13, 2022
by
Connor McAdams
Committed by
Alexandre Julliard
Jun 14, 2022
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
uiautomationcore/tests: Release interfaces returned from get_HostRawElementProvider.
Signed-off-by:
Connor McAdams
<
cmcadams@codeweavers.com
>
parent
2fccd2cb
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
0 deletions
+2
-0
uiautomation.c
dlls/uiautomationcore/tests/uiautomation.c
+2
-0
No files found.
dlls/uiautomationcore/tests/uiautomation.c
View file @
ce9ea026
...
...
@@ -2092,12 +2092,14 @@ static void test_UiaProviderFromIAccessible(void)
CHECK_CALLED
(
Accessible2_get_accName
);
todo_wine
CHECK_CALLED
(
Accessible2_QI_IAccIdentity
);
todo_wine
CHECK_CALLED
(
Accessible2_get_accParent
);
IRawElementProviderSimple_Release
(
elprov2
);
elprov2
=
(
void
*
)
0xdeadbeef
;
acc_client
=
NULL
;
hr
=
IRawElementProviderSimple_get_HostRawElementProvider
(
elprov
,
&
elprov2
);
ok
(
hr
==
S_OK
,
"Unexpected hr %#lx.
\n
"
,
hr
);
ok
(
!!
elprov2
,
"elprov == NULL, elprov %p
\n
"
,
elprov2
);
IRawElementProviderSimple_Release
(
elprov2
);
IRawElementProviderSimple_Release
(
elprov
);
ok
(
Accessible
.
ref
==
1
,
"Unexpected refcnt %ld
\n
"
,
Accessible
.
ref
);
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment