Message ID | 4C8656FD.8090100@mellanox.co.il (mailing list archive) |
---|---|
State | Not Applicable, archived |
Headers | show |
diff --git a/opensm/opensm/osm_ucast_lash.c b/opensm/opensm/osm_ucast_lash.c index 4669946..2081296 100644 --- a/opensm/opensm/osm_ucast_lash.c +++ b/opensm/opensm/osm_ucast_lash.c @@ -726,7 +726,7 @@ static int init_lash_structures(lash_t * p_lash) for (j = 0; j < num_switches; j++) { p_lash->cdg_vertex_matrix[i][j] = (cdg_vertex_t **) malloc(num_switches * - sizeof(cdg_vertex_t **)); + sizeof(cdg_vertex_t *)); if (p_lash->cdg_vertex_matrix[i][j] == NULL) goto Exit_Mem_Error;