forked from Mirror/frr
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_sr_term();
|
||||||
isis_srv6_term();
|
isis_srv6_term();
|
||||||
isis_zebra_stop();
|
isis_zebra_stop();
|
||||||
|
|
||||||
|
route_map_finish();
|
||||||
|
vrf_terminate();
|
||||||
|
|
||||||
|
frr_fini();
|
||||||
exit(i);
|
exit(i);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
|
@ -1628,5 +1628,4 @@ void isis_zebra_stop(void)
|
||||||
zclient_free(zclient_sync);
|
zclient_free(zclient_sync);
|
||||||
zclient_stop(zclient);
|
zclient_stop(zclient);
|
||||||
zclient_free(zclient);
|
zclient_free(zclient);
|
||||||
frr_fini();
|
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue