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 368ab4d commit c62498aCopy full SHA for c62498a
opal/mca/btl/tcp/btl_tcp_component.c
@@ -443,10 +443,7 @@ static int mca_btl_tcp_component_close(void)
443
OBJ_RELEASE(event);
444
}
445
446
- if (NULL != mca_btl_tcp_component.tcp_local) {
447
- opal_proc_table_remove_value(&mca_btl_tcp_component.tcp_procs, opal_proc_local_get()->proc_name);
448
- OBJ_RELEASE(mca_btl_tcp_component.tcp_local);
449
- }
+ opal_proc_table_remove_value(&mca_btl_tcp_component.tcp_procs, opal_proc_local_get()->proc_name);
450
451
/* release resources */
452
OBJ_DESTRUCT(&mca_btl_tcp_component.tcp_procs);
0 commit comments