]> git.proxmox.com Git - mirror_frr.git/blobdiff - bgpd/bgp_mpath.c
Merge pull request #3409 from opensourcerouting/feature/cleanup-topotest-docker-docs
[mirror_frr.git] / bgpd / bgp_mpath.c
index b868dba97f826d43aa645e2455f877fd29e47ce1..241146e4519f3b489b0fa0e1d29df40d74b84795 100644 (file)
@@ -749,7 +749,7 @@ void bgp_path_info_mpath_aggregate_update(struct bgp_path_info *new_best,
                                                mpinfo->attr->community);
                                        community =
                                                community_uniq_sort(commerge);
-                                       community_free(commerge);
+                                       community_free(&commerge);
                                } else
                                        community = community_dup(
                                                mpinfo->attr->community);