From cedd8c8190ea24f1dfb013def9f9c5495d8f8c86 Mon Sep 17 00:00:00 2001 From: Milanka Ringwald Date: Thu, 25 May 2023 08:47:35 +0200 Subject: [PATCH] test/l2cap-cbm: remove call to static function --- test/l2cap-cbm/l2cap_cbm_test.cpp | 1 - 1 file changed, 1 deletion(-) diff --git a/test/l2cap-cbm/l2cap_cbm_test.cpp b/test/l2cap-cbm/l2cap_cbm_test.cpp index c17727ccf..97d2638a1 100644 --- a/test/l2cap-cbm/l2cap_cbm_test.cpp +++ b/test/l2cap-cbm/l2cap_cbm_test.cpp @@ -163,7 +163,6 @@ TEST_GROUP(L2CAP_CHANNELS){ } void teardown(void){ l2cap_remove_event_handler(&l2cap_event_callback_registration); - l2cap_finalize_channel_close(); l2cap_deinit(); hci_deinit(); btstack_memory_deinit();