]> git.proxmox.com Git - mirror_frr.git/commit
lib: Ensure ptrs are NULL on free
authorDonald Sharp <sharpd@cumulusnetworks.com>
Fri, 16 Dec 2016 01:39:46 +0000 (20:39 -0500)
committerDonald Sharp <sharpd@cumulusnetworks.com>
Fri, 16 Dec 2016 02:00:03 +0000 (21:00 -0500)
commit8eefe200e02ba99c1c32bf9fd565e0da1dee69cf
treee50228824f3856f567a672f19dfa5bd18c12028c
parent5c3cc3ae96885f2671a0c520ee93d724bd51da50
lib: Ensure ptrs are NULL on free

There exists a possibility that when we cleanup
for shutdown that we may attempt to access
them again.

Found via valgrind, stopped showing up in there.

Signed-off-by: Donald Sharp <sharpd@cumulusnetworks.com>
lib/routemap.c