mirror of
https://git.proxmox.com/git/mirror_frr
synced 2025-08-14 00:56:19 +00:00
Merge pull request #656 from qlyoung/fix-varhandler-reachable
lib: free varhandlers on exit
This commit is contained in:
commit
082ac4fc2f
@ -2611,5 +2611,6 @@ cmd_terminate ()
|
||||
if (host.config)
|
||||
XFREE (MTYPE_HOST, host.config);
|
||||
|
||||
list_delete (varhandlers);
|
||||
qobj_finish ();
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user