1
1

Upon close reset the search_dirs.

This commit was SVN r32237.
Этот коммит содержится в:
George Bosilca 2014-07-15 05:02:19 +00:00
родитель 59017433e1
Коммит a648fcdeb0

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

@ -75,6 +75,7 @@ int opal_show_help_finalize(void)
/* destruct the search list */ /* destruct the search list */
if (NULL != search_dirs) { if (NULL != search_dirs) {
opal_argv_free(search_dirs); opal_argv_free(search_dirs);
search_dirs = NULL;
}; };
return OPAL_SUCCESS; return OPAL_SUCCESS;