- guess that we should retain the ep instead of releasing it
This commit was SVN r15244.
Этот коммит содержится в:
родитель
dfa5ae34e1
Коммит
086624a4fe
@ -709,7 +709,7 @@ int orte_iof_base_callback_create(
|
|||||||
endpoint->ep_fd = -1;
|
endpoint->ep_fd = -1;
|
||||||
opal_list_append(&orte_iof_base.iof_endpoints, &endpoint->super);
|
opal_list_append(&orte_iof_base.iof_endpoints, &endpoint->super);
|
||||||
} else {
|
} else {
|
||||||
OBJ_RELEASE(endpoint);
|
OBJ_RETAIN(endpoint);
|
||||||
}
|
}
|
||||||
cb->cb_func = cbfunc;
|
cb->cb_func = cbfunc;
|
||||||
cb->cb_data = cbdata;
|
cb->cb_data = cbdata;
|
||||||
|
Загрузка…
x
Ссылка в новой задаче
Block a user