1
1
This commit was SVN r24495.
Этот коммит содержится в:
Jeff Squyres 2011-03-08 15:46:13 +00:00
родитель 2600672b31
Коммит 0586612bd5

Просмотреть файл

@ -51,6 +51,9 @@ int orte_rmcast_base_close(void)
OBJ_DESTRUCT(&orte_rmcast_base.recv_ctl);
OBJ_DESTRUCT(&orte_rmcast_base.recv_process);
OBJ_DESTRUCT(&orte_rmcast_base.recv_process_ctl);
if (NULL != orte_rmcast_base.my_group_name) {
free(orte_rmcast_base.my_group_name);
}
/* Close all remaining available components (may be one if this is a
Open RTE program, or [possibly] multiple if this is ompi_info) */