1
1
This commit was SVN r18443.
Этот коммит содержится в:
Jeff Squyres 2008-05-16 03:27:42 +00:00
родитель 28d5f762ca
Коммит 5c91f53848

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

@ -1025,6 +1025,7 @@ static int init_one_hca(opal_list_t *btl_list, struct ibv_device* ib_dev)
port_cnt = get_port_list(hca, allowed_ports);
if(0 == port_cnt) {
ret = OMPI_SUCCESS;
free(allowed_ports);
goto error;
}
#if HAVE_XRC
@ -1186,6 +1187,7 @@ static int init_one_hca(opal_list_t *btl_list, struct ibv_device* ib_dev)
}
}
}
free(allowed_ports);
/* If we made a BTL, we're done. Otherwise, fall through and
destroy everything */