Skip to content
Projects
Groups
Snippets
Help
Loading...
Sign in / Register
Toggle navigation
C
capnproto
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
Packages
Packages
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
submodule
capnproto
Commits
13d50c27
Commit
13d50c27
authored
Dec 28, 2015
by
David Renshaw
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
destory -> destroy
parent
28eeb7f3
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
2 additions
and
2 deletions
+2
-2
capability.h
c++/src/capnp/capability.h
+1
-1
rpc.c++
c++/src/capnp/rpc.c++
+1
-1
No files found.
c++/src/capnp/capability.h
View file @
13d50c27
...
...
@@ -341,7 +341,7 @@ protected:
// The effect of this method is undefined if:
// - No capability client has been created pointing to this object. (This is always the case in
// the server's constructor.)
// - The capability client pointing at this object has been dest
or
yed. (This is always the case
// - The capability client pointing at this object has been dest
ro
yed. (This is always the case
// in the server's destructor.)
// - Multiple capability clients have been created around the same server (possible if the server
// is refcounted, which is not recommended since the client itself provides refcounting).
...
...
c++/src/capnp/rpc.c++
View file @
13d50c27
...
...
@@ -1275,7 +1275,7 @@ private:
// If we're still awaiting a return, then this request is being canceled, and we're going
// to ignore any capabilities in the return message, so set releaseResultCaps true. If we
// already received the return, then we've already built local proxies for the caps and
// will send Release messages when those are dest
or
yed.
// will send Release messages when those are dest
ro
yed.
builder
.
setReleaseResultCaps
(
question
.
isAwaitingReturn
);
message
->
send
();
}
...
...
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