- Destruct the file->f_io_requests_lock as well.
This commit was SVN r19730.
Этот коммит содержится в:
родитель
137729d2f9
Коммит
856eaf0d42
@ -316,9 +316,11 @@ static void file_destructor(ompi_file_t *file)
|
|||||||
}
|
}
|
||||||
|
|
||||||
/* Destruct the io request freelist */
|
/* Destruct the io request freelist */
|
||||||
|
|
||||||
OBJ_DESTRUCT(&file->f_io_requests);
|
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 */
|
/* Reset the f_to_c table entry */
|
||||||
|
|
||||||
if (MPI_UNDEFINED != file->f_f_to_c_index &&
|
if (MPI_UNDEFINED != file->f_f_to_c_index &&
|
||||||
|
Загрузка…
x
Ссылка в новой задаче
Block a user