From 464d483af489e5fedb909859ba878a9af3c52325 Mon Sep 17 00:00:00 2001 From: Maria Matejka Date: Mon, 10 Jun 2024 10:39:11 +0200 Subject: [PATCH] Channel: postpone the export event when stopping --- nest/proto.c | 2 ++ 1 file changed, 2 insertions(+) diff --git a/nest/proto.c b/nest/proto.c index 533f1ed4..47ce10d8 100644 --- a/nest/proto.c +++ b/nest/proto.c @@ -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);