1
1

- guess that we should retain the ep instead of releasing it

This commit was SVN r15244.
Этот коммит содержится в:
Sven Stork 2007-06-29 11:18:37 +00:00
родитель dfa5ae34e1
Коммит 086624a4fe

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

@ -709,7 +709,7 @@ int orte_iof_base_callback_create(
endpoint->ep_fd = -1;
opal_list_append(&orte_iof_base.iof_endpoints, &endpoint->super);
} else {
OBJ_RELEASE(endpoint);
OBJ_RETAIN(endpoint);
}
cb->cb_func = cbfunc;
cb->cb_data = cbdata;