From 0c984e0ec25ddb6245dc36080565500aa1a62be6 Mon Sep 17 00:00:00 2001 From: David Goulet Date: Mon, 1 Aug 2022 10:58:40 -0400 Subject: conn: Notify btrack subsys on normal OR conn close Fixes #40604 Signed-off-by: David Goulet --- changes/ticket40604 | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 changes/ticket40604 (limited to 'changes') diff --git a/changes/ticket40604 b/changes/ticket40604 new file mode 100644 index 0000000000..ec24a46e66 --- /dev/null +++ b/changes/ticket40604 @@ -0,0 +1,5 @@ + o Major bugfixes (relay): + - Remove OR connections btrack subsystem entries when the connections + closes normally. Before this, we would only close it on error and thus + leaking memory for each normal OR connections. Fixes bug 40604; bugfix + on 0.4.0.1-alpha. -- cgit v1.2.3-54-g00ecf