We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 578cad1 commit 4c0a81bCopy full SHA for 4c0a81b
server/src/margo_server.c
@@ -123,6 +123,7 @@ static margo_instance_id setup_remote_target(void)
123
HG_Error_to_string(hret));
124
} else {
125
self_string = get_margo_addr_str(mid, addr_self);
126
+ margo_addr_free(mid, addr_self);
127
}
128
if (NULL == self_string) {
129
LOGERR("failed to get margo address string");
0 commit comments