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 3ee28a5 commit 2a6bcd3Copy full SHA for 2a6bcd3
orte/mca/oob/tcp/oob_tcp_component.c
@@ -184,9 +184,6 @@ static int tcp_component_open(void)
184
*/
185
static int tcp_component_close(void)
186
{
187
- /* cleanup listen event list */
188
- OPAL_LIST_DESTRUCT(&mca_oob_tcp_component.listeners);
189
-
190
OBJ_DESTRUCT(&mca_oob_tcp_component.peers);
191
192
if (NULL != mca_oob_tcp_component.ipv4conns) {
@@ -736,6 +733,9 @@ static void component_shutdown(void)
736
733
(void **) &peer, node, &node);
737
734
}
738
735
+ /* cleanup listen event list */
+ OPAL_LIST_DESTRUCT(&mca_oob_tcp_component.listeners);
+
739
opal_output_verbose(2, orte_oob_base_framework.framework_output,
740
"%s TCP SHUTDOWN done",
741
ORTE_NAME_PRINT(ORTE_PROC_MY_NAME));
0 commit comments