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
57c05d4e
Commit
57c05d4e
authored
May 20, 2017
by
Philip Carns
Browse files
fix addr leak
parent
630128e5
Changes
1
Hide whitespace changes
Inline
Side-by-side
examples/composition/data-xfer-service.c
View file @
57c05d4e
...
...
@@ -59,6 +59,9 @@ static void data_xfer_read_ult(hg_handle_t handle)
g_buffer_bulk_handle
,
0
,
g_buffer_size
);
assert
(
ret
==
0
);
if
(
in
.
bulk_relay_addr
)
HG_Addr_free
(
margo_get_class
(
mid
),
bulk_addr
);
HG_Free_input
(
handle
,
&
in
);
hret
=
HG_Respond
(
handle
,
NULL
,
NULL
,
&
out
);
...
...
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