Signed-off-by: Hal Rosenstock <[email protected]>
Signed-off-by: Jim Schutt <[email protected]>
---
diff --git a/opensm/osm_torus.c b/opensm/osm_torus.c
index 4b369a1..1d847b3 100644
--- a/opensm/osm_torus.c
+++ b/opensm/osm_torus.c
@@ -8779,7 +8779,7 @@ osm_mtree_node_t *mcast_stree_branch(struct t_switch *sw, 
osm_switch_t *osm_sw,
                }
        }
        if (!(mcast_end_ports || mcast_fwd_ports)) {
-               free(mtn);
+               osm_mtree_destroy(mtn);
                mtn = NULL;
        } else if (depth > *max_depth)
                *max_depth = depth;
--
To unsubscribe from this list: send the line "unsubscribe linux-rdma" in
the body of a message to [email protected]
More majordomo info at  http://vger.kernel.org/majordomo-info.html

Reply via email to