]> git.puffer.fish Git - matthieu/frr.git/commit
bfdd: On interface address delete we are leaking memory
authorDonald Sharp <sharpd@nvidia.com>
Sat, 14 Nov 2020 22:31:21 +0000 (17:31 -0500)
committerDonald Sharp <sharpd@nvidia.com>
Sat, 14 Nov 2020 23:16:39 +0000 (18:16 -0500)
commit8affc28e918f522b93f3a6ab76917501daf82ae8
tree75a69033401857887488f27b2a4d20b4951b2e11
parent4f28b2b59e4a203e84aab230e285665ad1a4360e
bfdd: On interface address delete we are leaking memory

The interface address delete callback from zebra was not
deleting the ifc that was created as per normal work methodologies

Signed-off-by: Donald Sharp <sharpd@nvidia.com>
bfdd/ptm_adapter.c