1
1

Release the default base on finalize.

This commit was SVN r20562.
Этот коммит содержится в:
George Bosilca 2009-02-14 21:51:09 +00:00
родитель 4004cb11bc
Коммит 62c913f851

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

@ -386,6 +386,10 @@ 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;
}