mirror of
https://git.proxmox.com/git/mirror_frr
synced 2025-06-03 15:44:17 +00:00
isisd: Free up memory associated with rm/vrf's
Signed-off-by: Donald Sharp <sharpd@nvidia.com>
This commit is contained in:
parent
5891afb824
commit
b44972b65c
@ -103,6 +103,11 @@ static __attribute__((__noreturn__)) void terminate(int i)
|
||||
isis_sr_term();
|
||||
isis_srv6_term();
|
||||
isis_zebra_stop();
|
||||
|
||||
route_map_finish();
|
||||
vrf_terminate();
|
||||
|
||||
frr_fini();
|
||||
exit(i);
|
||||
}
|
||||
|
||||
|
@ -1628,5 +1628,4 @@ void isis_zebra_stop(void)
|
||||
zclient_free(zclient_sync);
|
||||
zclient_stop(zclient);
|
||||
zclient_free(zclient);
|
||||
frr_fini();
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user