1
1

Ensure to not do the found_files stuff is --disable-dlopen is selected.

This commit was SVN r20320.
Этот коммит содержится в:
Jeff Squyres 2009-01-22 16:46:02 +00:00
родитель 47740d1e87
Коммит 6d805eb0dd

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

@ -207,10 +207,12 @@ int mca_base_component_find(const char *directory, const char *type,
int mca_base_component_find_finalize(void)
{
#if OMPI_WANT_LIBLTDL
if (NULL != found_filenames) {
opal_argv_free(found_filenames);
found_filenames = NULL;
}
#endif
return OPAL_SUCCESS;
}