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
f910a88d
Commit
f910a88d
authored
May 22, 2017
by
Philip Carns
Browse files
fix addr leak
parent
57c05d4e
Changes
1
Hide whitespace changes
Inline
Side-by-side
examples/composition/composed-svc-daemon.c
View file @
f910a88d
...
...
@@ -189,9 +189,9 @@ int main(int argc, char **argv)
svc1_deregister(mid, *handler_pool, 1);
svc1_deregister(mid, svc1_pool2, 2);
svc2_deregister(mid, *handler_pool, 3);
if(relay_addr != HG_ADDR_NULL)
HG_Addr_free(margo_get_class(mid, relay_addr);
#endif
if
(
relay_addr
!=
HG_ADDR_NULL
)
HG_Addr_free
(
hg_class
,
relay_addr
);
ABT_finalize
();
...
...
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