1
1

btl/openib: don't free string handle by MCA variable system

This commit was SVN r28383.
Этот коммит содержится в:
Nathan Hjelm 2013-04-24 18:59:18 +00:00
родитель 4fae24f2f1
Коммит 2edff7f784

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

@ -253,9 +253,6 @@ static int btl_openib_component_close(void)
ompi_btl_openib_connect_base_finalize();
ompi_btl_openib_fd_finalize();
ompi_btl_openib_ini_finalize();
if (NULL != mca_btl_openib_component.receive_queues) {
free(mca_btl_openib_component.receive_queues);
}
if (NULL != mca_btl_openib_component.default_recv_qps) {
free(mca_btl_openib_component.default_recv_qps);