mirror of
https://git.proxmox.com/git/mirror_frr
synced 2025-05-06 22:19:14 +00:00
vrrpd: fix memleak during config write
Forgot to free a list created in the course of writing our config. Signed-off-by: Quentin Young <qlyoung@cumulusnetworks.com>
This commit is contained in:
parent
181232b555
commit
a881aecde7
@ -2283,6 +2283,8 @@ int vrrp_config_write_interface(struct vty *vty)
|
|||||||
vty_endframe(vty, "!\n");
|
vty_endframe(vty, "!\n");
|
||||||
}
|
}
|
||||||
|
|
||||||
|
list_delete(&vrs);
|
||||||
|
|
||||||
return writes;
|
return writes;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user