From e743b7ab236b347f9957859a6c96912d319b0392 Mon Sep 17 00:00:00 2001 From: Matthias Ringwald Date: Thu, 27 Jan 2022 17:26:35 +0100 Subject: [PATCH] hfp: free HFP Connection object on SDP error / Service not found --- CHANGELOG.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 6fe8f36a0..48de993ac 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -17,7 +17,8 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0. ### Fixed - GAP: disable scanning, advertising, connection before updating random address - HFP_AG: fix tracking for call dropped during outgoing ringing - +- HFP: Free HFP Connection object on SDP error / Service not found + ### Changed