mirror of
https://git.proxmox.com/git/mirror_frr
synced 2025-08-05 02:46:37 +00:00
Merge pull request #11871 from AbhishekNR/mem_free
pimd, pim6d: deleting the memory malloced for json.
This commit is contained in:
commit
c3db3422c2
@ -2316,6 +2316,7 @@ void pim_show_interfaces(struct pim_instance *pim, struct vty *vty, bool mlag,
|
||||
address, neighbors, pimdr, firsthpr,
|
||||
pimifchnl);
|
||||
}
|
||||
json_object_free(json);
|
||||
|
||||
/* Dump the generated table. */
|
||||
table = ttable_dump(tt, "\n");
|
||||
|
Loading…
Reference in New Issue
Block a user