mirror of
https://git.proxmox.com/git/mirror_frr
synced 2025-08-09 14:50:58 +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,
|
address, neighbors, pimdr, firsthpr,
|
||||||
pimifchnl);
|
pimifchnl);
|
||||||
}
|
}
|
||||||
|
json_object_free(json);
|
||||||
|
|
||||||
/* Dump the generated table. */
|
/* Dump the generated table. */
|
||||||
table = ttable_dump(tt, "\n");
|
table = ttable_dump(tt, "\n");
|
||||||
|
Loading…
Reference in New Issue
Block a user