Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
W
wine-winehq
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-winehq
Commits
4fa03831
Commit
4fa03831
authored
Dec 19, 2006
by
Rob Shearman
Committed by
Alexandre Julliard
Dec 20, 2006
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
ole32: Reset the message filter at the end of the message filter test.
parent
a089e579
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
3 additions
and
1 deletion
+3
-1
marshal.c
dlls/ole32/tests/marshal.c
+3
-1
No files found.
dlls/ole32/tests/marshal.c
View file @
4fa03831
...
@@ -1296,7 +1296,6 @@ static void test_message_filter(void)
...
@@ -1296,7 +1296,6 @@ static void test_message_filter(void)
hr
=
CoRegisterMessageFilter
(
&
MessageFilter
,
&
prev_filter
);
hr
=
CoRegisterMessageFilter
(
&
MessageFilter
,
&
prev_filter
);
ok_ole_success
(
hr
,
CoRegisterMessageFilter
);
ok_ole_success
(
hr
,
CoRegisterMessageFilter
);
if
(
prev_filter
)
IMessageFilter_Release
(
prev_filter
);
hr
=
IClassFactory_CreateInstance
(
cf
,
NULL
,
&
IID_IUnknown
,
(
LPVOID
*
)
&
proxy
);
hr
=
IClassFactory_CreateInstance
(
cf
,
NULL
,
&
IID_IUnknown
,
(
LPVOID
*
)
&
proxy
);
ok_ole_success
(
hr
,
IClassFactory_CreateInstance
);
ok_ole_success
(
hr
,
IClassFactory_CreateInstance
);
...
@@ -1308,6 +1307,9 @@ static void test_message_filter(void)
...
@@ -1308,6 +1307,9 @@ static void test_message_filter(void)
ok_no_locks
();
ok_no_locks
();
end_host_object
(
tid
,
thread
);
end_host_object
(
tid
,
thread
);
hr
=
CoRegisterMessageFilter
(
prev_filter
,
NULL
);
ok_ole_success
(
hr
,
CoRegisterMessageFilter
);
}
}
/* test failure case of trying to unmarshal from bad stream */
/* test failure case of trying to unmarshal from bad stream */
...
...
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