mirror of
https://git.proxmox.com/git/mirror_frr
synced 2025-05-29 07:59:35 +00:00
Merge pull request #14356 from Keelan10/ospf_external_aggregator-leak
ospfd: Fix External Aggregator Leak
This commit is contained in:
commit
dbd08a31cc
@ -987,6 +987,7 @@ static void ospf_handle_external_aggr_update(struct ospf *ospf)
|
||||
&aggr->match_extnl_hash,
|
||||
(void *)ospf_aggr_handle_external_info);
|
||||
|
||||
ospf_external_aggregator_free(aggr);
|
||||
} else if (aggr->action == OSPF_ROUTE_AGGR_MODIFY) {
|
||||
|
||||
aggr->action = OSPF_ROUTE_AGGR_NONE;
|
||||
|
Loading…
Reference in New Issue
Block a user