Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
Rob Latham
MPICH-BlueGene
Commits
3e6e7380
Commit
3e6e7380
authored
Nov 02, 2010
by
Guillaume Mercier
Browse files
[svn-r7407] Fixed memory leak in Newmad init
parent
7107e2f7
Changes
1
Hide whitespace changes
Inline
Side-by-side
src/mpid/ch3/channels/nemesis/nemesis/netmod/newmad/newmad_init.c
View file @
3e6e7380
...
...
@@ -274,6 +274,8 @@ MPID_nem_newmad_vc_init (MPIDI_VC_t *vc)
mpi_errno
=
MPID_nem_newmad_get_from_bc
(
business_card
,
VC_FIELD
(
vc
,
hostname
),
VC_FIELD
(
vc
,
url
));
if
(
mpi_errno
)
MPIU_ERR_POP
(
mpi_errno
);
MPIU_Free
(
business_card
);
ret
=
nm_session_connect
(
mpid_nem_newmad_session
,
&
(
VC_FIELD
(
vc
,
p_gate
)),
VC_FIELD
(
vc
,
url
));
if
(
ret
!=
NM_ESUCCESS
)
fprintf
(
stdout
,
"nm_session_connect returned ret = %d
\n
"
,
ret
);
...
...
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