From 5be68d138d73efc33ba69d69956d498a3bea69c5 Mon Sep 17 00:00:00 2001 From: Maria Matejka Date: Wed, 28 Aug 2024 16:35:37 +0200 Subject: [PATCH] bmp fixup lfjour --- proto/bmp/bmp.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/proto/bmp/bmp.c b/proto/bmp/bmp.c index 391de91b..188157ad 100644 --- a/proto/bmp/bmp.c +++ b/proto/bmp/bmp.c @@ -1344,7 +1344,7 @@ fc_for_bmp_recipient(void *_p) } - lfjour_release(&p->proto_state_reader); + lfjour_release(&p->proto_state_reader, last_up); } }