1
1
This commit was SVN r2330.
Этот коммит содержится в:
Jeff Squyres 2004-08-27 16:35:11 +00:00
родитель 21211f7dd3
Коммит 5e3a22b822

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

@ -71,6 +71,9 @@ mca_llm_hostfile_component_open(void)
int
mca_llm_hostfile_component_close(void)
{
if (NULL != mca_llm_hostfile_filename) {
free(mca_llm_hostfile_filename);
}
return OMPI_SUCCESS;
}