1
1

grpcomm/direct: plug a memory leak in barrier_release()

Signed-off-by: Gilles Gouaillardet <gilles@rist.or.jp>
Этот коммит содержится в:
Gilles Gouaillardet 2017-01-06 13:22:37 +09:00
родитель a59dfd7b14
Коммит 0ee5d56ab1

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

@ -516,5 +516,6 @@ static void barrier_release(int status, orte_process_name_t* sender,
}
opal_list_remove_item(&orte_grpcomm_base.ongoing, &coll->super);
OBJ_RELEASE(coll);
OBJ_RELEASE(sig);
}