]> git.puffer.fish Git - matthieu/frr.git/commit
ripd, ripngd: Free up list after call into nb_cli_rpc
authorDonald Sharp <sharpd@cumulusnetworks.com>
Thu, 12 Dec 2019 23:48:04 +0000 (18:48 -0500)
committerDonald Sharp <sharpd@cumulusnetworks.com>
Thu, 12 Dec 2019 23:48:04 +0000 (18:48 -0500)
commit0783b36d0eb68ec7dbe74f7498721ec1588eb396
treebc20bd06dc2c564718cb6217a632f4cb63113d0f
parent297def9386c73fdb931265f81a6f8a5fd1e415f2
ripd, ripngd: Free up list after call into nb_cli_rpc

We have a clear memory leak after running `clear ip rip`
Fix this.

Signed-off-by: Donald Sharp <sharpd@cumulusnetworks.com>
ripd/rip_cli.c
ripngd/ripng_cli.c