1
1

Backout r20562 since it breaks finalization in the tools (per email to devel).

This commit was SVN r20565.

The following SVN revision numbers were found above:
  r20562 --> open-mpi/ompi@62c913f851
Этот коммит содержится в:
Josh Hursey 2009-02-16 19:18:43 +00:00
родитель 3f6c64f2e3
Коммит 350d9c94ab

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

@ -386,10 +386,7 @@ int opal_event_fini(void)
if (NULL != opal_event_module_include) {
opal_argv_free(opal_event_module_include);
}
if( NULL != opal_current_base ) {
event_base_free(opal_current_base);
opal_current_base = NULL;
}
return OPAL_SUCCESS;
}