]> git.puffer.fish Git - matthieu/frr.git/commit
ospfd: Fix memory leaks w/ `show ip ospf int X json` commands
authorDonald Sharp <sharpd@nvidia.com>
Thu, 4 May 2023 16:53:42 +0000 (12:53 -0400)
committerDonald Sharp <sharpd@nvidia.com>
Thu, 4 May 2023 16:56:13 +0000 (12:56 -0400)
commit74e21732db129f7287d5ab227e45f305c5dbf34e
treefb8aa7305c13fef2112f871ec344e099a18cfbf2
parentabecbc3df159cec855cbbc64e48010662f4e7a04
ospfd: Fix memory leaks w/ `show ip ospf int X json` commands

FRR has a memory leak in the case when int X does not
exist and a memory leak when int X does exist.  Fix
these

Fixes: #13434
Signed-off-by: Donald Sharp <sharpd@nvidia.com>
ospfd/ospf_vty.c