* fix memory leak in ORTE startup
This commit was SVN r7186.
Этот коммит содержится в:
родитель
6f19022db9
Коммит
4e20c83204
@ -233,6 +233,9 @@ int orte_init_stage1(bool infrastructure)
|
|||||||
|
|
||||||
/* if I'm the seed, set the seed uri to be me! */
|
/* if I'm the seed, set the seed uri to be me! */
|
||||||
if (orte_process_info.seed) {
|
if (orte_process_info.seed) {
|
||||||
|
if (NULL != orte_universe_info.seed_uri) {
|
||||||
|
free(orte_universe_info.seed_uri);
|
||||||
|
}
|
||||||
orte_universe_info.seed_uri = orte_rml.get_uri();
|
orte_universe_info.seed_uri = orte_rml.get_uri();
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Загрузка…
x
Ссылка в новой задаче
Block a user