0
0
mirror of https://gitlab.nic.cz/labs/bird.git synced 2024-12-22 09:41:54 +00:00

Channel: postpone the export event when stopping

This commit is contained in:
Maria Matejka 2024-06-10 10:39:11 +02:00
parent 50d7287741
commit 464d483af4

View File

@ -898,6 +898,8 @@ channel_stop_export(struct channel *c)
else
rt_export_unsubscribe(all, &c->out_req);
ev_postpone(&c->out_event);
bmap_free(&c->export_accepted_map);
bmap_free(&c->export_rejected_map);