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
e7be6ae2
Commit
e7be6ae2
authored
Oct 20, 2022
by
Francois Gouget
Committed by
Alexandre Julliard
Oct 20, 2022
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
rpcrt4/tests: Fix the spelling of a couple of comments.
parent
0eb40cdb
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
2 deletions
+2
-2
cstub.c
dlls/rpcrt4/tests/cstub.c
+2
-2
No files found.
dlls/rpcrt4/tests/cstub.c
View file @
e7be6ae2
...
...
@@ -1534,7 +1534,7 @@ static void test_ChannelBufferRefCount(IPSFactoryBuffer *ppsf)
* so it's possible these are freed out from under it.
* E.g. an event sink might unadvise upon receiving the event it was waiting for;
* this unadvise could be reentrant to Invoke because SendReceive pumps STA messages.
* The source would then erase that conection point entry and Release the proxy. */
* The source would then erase that con
n
ection point entry and Release the proxy. */
IRpcProxyBuffer_Disconnect
(
proxy_buffer
);
ok
(
test_chanbuf
.
RefCount
==
1
,
"got %ld
\n
"
,
test_chanbuf
.
RefCount
);
IRpcProxyBuffer_Release
(
proxy_buffer
);
...
...
@@ -1542,7 +1542,7 @@ static void test_ChannelBufferRefCount(IPSFactoryBuffer *ppsf)
ok
(
refs
==
0
,
"got %ld
\n
"
,
refs
);
ok
(
test_chanbuf
.
RefCount
==
1
,
"got %ld
\n
"
,
test_chanbuf
.
RefCount
);
/* NdrProxyFreeBuffer must not dereference the
the
now-freed proxy_if1,
/* NdrProxyFreeBuffer must not dereference the now-freed proxy_if1,
* yet should still free the remaining reference on test_chanbuf */
NdrProxyFreeBuffer
(
proxy_if1
,
&
stubMessage
);
ok
(
test_chanbuf
.
RefCount
==
0
,
"got %ld
\n
"
,
test_chanbuf
.
RefCount
);
...
...
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