1
1

Release the hash tables and all data-types used for storing the F90

types.

This commit was SVN r19465.
Этот коммит содержится в:
George Bosilca 2008-08-31 22:37:26 +00:00
родитель 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 */