mirror of
https://git.proxmox.com/git/mirror_frr
synced 2025-07-03 04:11:47 +00:00
lib: free varhandler on exit
Signed-off-by: Quentin Young <qlyoung@cumulusnetworks.com>
This commit is contained in:
parent
f0683d2227
commit
2b4dc78f7f
@ -2611,5 +2611,6 @@ cmd_terminate ()
|
|||||||
if (host.config)
|
if (host.config)
|
||||||
XFREE (MTYPE_HOST, host.config);
|
XFREE (MTYPE_HOST, host.config);
|
||||||
|
|
||||||
|
list_delete (varhandlers);
|
||||||
qobj_finish ();
|
qobj_finish ();
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user