1
1

- Get rid of the temporary reachability bitmap.

This commit was SVN r9163.
Этот коммит содержится в:
Rainer Keller 2006-02-27 11:06:01 +00:00
родитель ee73cbb25c
Коммит 5102571c02

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

@ -156,6 +156,7 @@ int mca_pml_ob1_add_procs(ompi_proc_t** procs, size_t nprocs)
if ( NULL != bml_endpoints ) {
free ( bml_endpoints) ;
}
OBJ_DESTRUCT(&reachable);
return rc;
}