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.
2 parents cfffc9c + 1ca2aeb commit 23d53f9Copy full SHA for 23d53f9
orte/mca/oob/tcp/oob_tcp_component.c
@@ -180,9 +180,6 @@ static int tcp_component_open(void)
180
*/
181
static int tcp_component_close(void)
182
{
183
- /* cleanup listen event list */
184
- OPAL_LIST_DESTRUCT(&mca_oob_tcp_component.listeners);
185
-
186
OBJ_DESTRUCT(&mca_oob_tcp_component.peers);
187
188
if (NULL != mca_oob_tcp_component.ipv4conns) {
@@ -714,6 +711,9 @@ static void component_shutdown(void)
714
711
(void **) &peer, node, &node);
715
712
}
716
713
+ /* cleanup listen event list */
+ OPAL_LIST_DESTRUCT(&mca_oob_tcp_component.listeners);
+
717
opal_output_verbose(2, orte_oob_base_framework.framework_output,
718
"%s TCP SHUTDOWN done",
719
ORTE_NAME_PRINT(ORTE_PROC_MY_NAME));
0 commit comments