1
1

orte/data_server: plug a memory leak in orte_data_server()

Signed-off-by: Gilles Gouaillardet <gilles@rist.or.jp>
Этот коммит содержится в:
Gilles Gouaillardet 2017-01-23 13:58:48 +09:00
родитель 0bdc594b2e
Коммит 9d6e0482a6

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

@ -493,6 +493,7 @@ void orte_data_server(int status, orte_process_name_t* sender,
OPAL_OUTPUT_VERBOSE((1, orte_debug_output,
"%s data server:lookup: pushing request to wait",
ORTE_NAME_PRINT(ORTE_PROC_MY_NAME)));
OBJ_RELEASE(answer);
req = OBJ_NEW(orte_data_req_t);
req->room_number = room_number;
req->requestor = *sender;