Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
sds
margo
Commits
de34c0d5
Commit
de34c0d5
authored
Jul 13, 2017
by
Philip Carns
Browse files
bug fix: free handle from shutdown rpc
parent
03137369
Changes
1
Hide whitespace changes
Inline
Side-by-side
examples/margo-example-client.c
View file @
de34c0d5
...
@@ -170,6 +170,7 @@ int main(int argc, char **argv)
...
@@ -170,6 +170,7 @@ int main(int argc, char **argv)
margo_forward
(
mid
,
handle
,
NULL
);
margo_forward
(
mid
,
handle
,
NULL
);
HG_Destroy
(
handle
);
HG_Addr_free
(
hg_class
,
svr_addr
);
HG_Addr_free
(
hg_class
,
svr_addr
);
/* shut down everything */
/* shut down everything */
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new 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