]> git.proxmox.com Git - mirror_frr.git/commit
isisd: Allow adjacency cleanup to free malloc'ed memory
authorDonald Sharp <sharpd@cumulusnetworks.com>
Wed, 4 Oct 2017 12:49:14 +0000 (08:49 -0400)
committerDonald Sharp <sharpd@cumulusnetworks.com>
Wed, 4 Oct 2017 12:49:14 +0000 (08:49 -0400)
commitf0ccc6317476ab24dbf2aaf49bb9a17f6882dfa2
treeab4bf1747991e1b856bbf0741ba1d3043a0f0fa4
parent916c7e84b86bcf38fb444c37f57996bcf468f25c
isisd: Allow adjacency cleanup to free malloc'ed memory

The `struct isis_adjacency` needs to free up memory
associated with the area_addrs ipv4_addrs and ipv6_addrs
lists.

Signed-off-by: Donald Sharp <sharpd@cumulusnetworks.com>
isisd/isis_adjacency.c
isisd/isis_adjacency.h
isisd/isis_pdu.c