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 2df46ac + 667fe3f commit d3a7360Copy full SHA for d3a7360
orte/mca/oob/tcp/oob_tcp_component.c
@@ -188,9 +188,6 @@ static int tcp_component_open(void)
188
*/
189
static int tcp_component_close(void)
190
{
191
- /* cleanup listen event list */
192
- OPAL_LIST_DESTRUCT(&mca_oob_tcp_component.listeners);
193
-
194
OBJ_DESTRUCT(&mca_oob_tcp_component.peers);
195
196
if (NULL != mca_oob_tcp_component.ipv4conns) {
@@ -748,6 +745,9 @@ static void component_shutdown(void)
748
745
(void **) &peer, node, &node);
749
746
}
750
747
+ /* cleanup listen event list */
+ OPAL_LIST_DESTRUCT(&mca_oob_tcp_component.listeners);
+
751
opal_output_verbose(2, orte_oob_base_framework.framework_output,
752
"%s TCP SHUTDOWN done",
753
ORTE_NAME_PRINT(ORTE_PROC_MY_NAME));
0 commit comments