1
1

- Destruct the file->f_io_requests_lock as well.

This commit was SVN r19730.
Этот коммит содержится в:
Rainer Keller 2008-10-14 15:23:45 +00:00
родитель 137729d2f9
Коммит 856eaf0d42

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

@ -316,9 +316,11 @@ static void file_destructor(ompi_file_t *file)
}
/* Destruct the io request freelist */
OBJ_DESTRUCT(&file->f_io_requests);
/* Destruct the io requests lock */
OBJ_DESTRUCT(&file->f_io_requests_lock);
/* Reset the f_to_c table entry */
if (MPI_UNDEFINED != file->f_f_to_c_index &&