Skip to content

Commit 4c0a81b

Browse files
committed
fixup - free temporary mercury addr
1 parent 578cad1 commit 4c0a81b

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

server/src/margo_server.c

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -123,6 +123,7 @@ static margo_instance_id setup_remote_target(void)
123123
HG_Error_to_string(hret));
124124
} else {
125125
self_string = get_margo_addr_str(mid, addr_self);
126+
margo_addr_free(mid, addr_self);
126127
}
127128
if (NULL == self_string) {
128129
LOGERR("failed to get margo address string");

0 commit comments

Comments
 (0)