]> git.puffer.fish Git - mirror/frr.git/commit
lib, ospfd, zebra: Convert interface_delete to take double pointer 5261/head
authorDonald Sharp <sharpd@cumulusnetworks.com>
Wed, 30 Oct 2019 00:24:10 +0000 (20:24 -0400)
committerDonald Sharp <sharpd@cumulusnetworks.com>
Sat, 2 Nov 2019 20:13:44 +0000 (16:13 -0400)
commitf609709a58c8255188de8d6ddfa44c3f8b3abad4
tree81c7f47f1f4ce4cce832d8a195c59d173e77a671
parent721c08573ab0427622e3073b7462196bc36a2894
lib, ospfd, zebra: Convert interface_delete to take double pointer

When free'ing the interface pointer, set it to NULL.

Signed-off-by: Donald Sharp <sharpd@cumulusnetworks.com>
lib/if.c
lib/if.h
ospfd/ospf_interface.c
zebra/interface.c