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 5d51b23 commit 10c7447Copy full SHA for 10c7447
orte/mca/oob/tcp/oob_tcp_component.c
@@ -186,9 +186,6 @@ static int tcp_component_open(void)
186
*/
187
static int tcp_component_close(void)
188
{
189
- /* cleanup listen event list */
190
- OPAL_LIST_DESTRUCT(&mca_oob_tcp_component.listeners);
191
-
192
OBJ_DESTRUCT(&mca_oob_tcp_component.peers);
193
194
if (NULL != mca_oob_tcp_component.ipv4conns) {
@@ -710,6 +707,9 @@ static void component_shutdown(void)
710
707
(void **) &peer, node, &node);
711
708
}
712
709
+ /* cleanup listen event list */
+ OPAL_LIST_DESTRUCT(&mca_oob_tcp_component.listeners);
+
713
opal_output_verbose(2, orte_oob_base_framework.framework_output,
714
"%s TCP SHUTDOWN done",
715
ORTE_NAME_PRINT(ORTE_PROC_MY_NAME));
0 commit comments