mirror of
https://git.proxmox.com/git/mirror_frr
synced 2025-08-06 12:09:22 +00:00
Merge pull request #13390 from ryndia/master
ospfd: ospf_route.c memory leak fix
This commit is contained in:
commit
1c7d8fa8c3
@ -684,6 +684,8 @@ void ospf_intra_add_stub(struct route_table *rt, struct router_lsa_link *link,
|
||||
__func__);
|
||||
}
|
||||
}
|
||||
if (rn->info)
|
||||
ospf_route_free(rn->info);
|
||||
|
||||
rn->info = or ;
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user