1
1

If it's not the HNP, release the cluster object first and return.

This commit was SVN r18247.
Этот коммит содержится в:
Shiqing Fan 2008-04-23 13:21:32 +00:00
родитель 750ce0152c
Коммит eb5f5d77cc
2 изменённых файлов: 45 добавлений и 43 удалений

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

@ -153,6 +153,7 @@ static orte_plm_base_module_t *plm_ccp_init(int *priority)
/* if we are NOT an HNP, then don't select us */
if (!orte_process_info.hnp) {
pCluster->Release();
return NULL;
}

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

@ -110,6 +110,7 @@ static orte_ras_base_module_t *ras_ccp_init(int* priority)
/* if we are NOT an HNP, then don't select us */
if (!orte_process_info.hnp) {
pCluster->Release();
return NULL;
}