]> git.proxmox.com Git - mirror_frr.git/commit - zebra/zebra_rnh.c
*: Convert list_free usage to list_delete
authorDonald Sharp <sharpd@cumulusnetworks.com>
Thu, 28 Sep 2017 01:19:20 +0000 (21:19 -0400)
committerDonald Sharp <sharpd@cumulusnetworks.com>
Thu, 5 Oct 2017 14:53:17 +0000 (10:53 -0400)
commitacdf5e25101bafe334e6b500c3dd0a2babb3c1ec
treed8b9483a3aeebc7e90ddbe5f765e5e63aecb8e1b
parentaffe9e99831408960b8b6f8477506ed2874a05dd
*: Convert list_free usage to list_delete

list_free is occassionally being used to delete the
list and accidently not deleting all the nodes.
We keep running across this usage pattern.  Let's
remove the temptation and only allow list_delete
to handle list deletion.

Signed-off-by: Donald Sharp <sharpd@cumulusnetworks.com>
20 files changed:
bgpd/bgp_evpn.c
bgpd/bgp_zebra.c
bgpd/bgpd.c
bgpd/rfapi/vnc_export_bgp.c
eigrpd/eigrp_topology.c
lib/if.c
lib/linklist.c
lib/linklist.h
lib/thread.c
lib/zclient.c
ospfd/ospf_ase.c
ospfd/ospf_interface.c
ospfd/ospf_lsa.c
ospfd/ospf_packet.c
ospfd/ospf_zebra.c
ripd/ripd.c
ripngd/ripngd.c
zebra/interface.c
zebra/zebra_mpls.c
zebra/zebra_rnh.c