Release the hash tables and all data-types used for storing the F90
types. This commit was SVN r19465.
Этот коммит содержится в:
родитель
bf25b3339d
Коммит
b192892691
@ -164,6 +164,15 @@ int ompi_mpi_finalize(void)
|
||||
OBJ_RELEASE(item);
|
||||
}
|
||||
|
||||
/* Remove all F90 types from the hash tables. As the OBJ_DESTRUCT will
|
||||
* call a special destructor able to release predefined types, we can
|
||||
* simply call the OBJ_DESTRUCT on the hash table and all memory will
|
||||
* be correctly released.
|
||||
*/
|
||||
OBJ_DESTRUCT( &ompi_mpi_f90_integer_hashtable );
|
||||
OBJ_DESTRUCT( &ompi_mpi_f90_real_hashtable );
|
||||
OBJ_DESTRUCT( &ompi_mpi_f90_complex_hashtable );
|
||||
|
||||
/* Free communication objects */
|
||||
|
||||
/* free window resources */
|
||||
|
Загрузка…
x
Ссылка в новой задаче
Block a user