Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
sds
margo
Commits
630128e5
Commit
630128e5
authored
May 20, 2017
by
Philip Carns
Browse files
bug fix
parent
d97d8cd6
Changes
1
Hide whitespace changes
Inline
Side-by-side
examples/composition/composed-svc-daemon.c
View file @
630128e5
...
...
@@ -63,7 +63,6 @@ int main(int argc, char **argv)
hg_addr_t
addr_self
;
char
addr_self_string
[
128
];
hg_size_t
addr_self_string_sz
=
128
;
ABT_xstream
svc1_xstream2
;
ABT_pool
*
handler_pool
;
char
*
svc_list
;
char
*
svc
;
...
...
@@ -194,9 +193,6 @@ int main(int argc, char **argv)
HG_Addr_free(margo_get_class(mid, relay_addr);
#endif
ABT_xstream_join
(
svc1_xstream2
);
ABT_xstream_free
(
&
svc1_xstream2
);
ABT_finalize
();
HG_Context_destroy
(
hg_context
);
...
...
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