Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 36c2126f authored by Jakub Tyszkowski's avatar Jakub Tyszkowski Committed by Automerger Merge Worker
Browse files

stack/test: Fix memory leak in iso tests am: f7537a2a am: c8b3c793

Original change: https://android-review.googlesource.com/c/platform/system/bt/+/1613123

MUST ONLY BE SUBMITTED BY AUTOMERGER

Change-Id: I7ff0e198126826f972da52ad48221c9ee6cceb89
parents fbba2e66 c8b3c793
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -58,6 +58,7 @@ static void SetMockBteInterface(MockBteInterface* interface) {

void bte_main_hci_send(BT_HDR* p_msg, uint16_t event) {
  bte::bte_interface->HciSend(p_msg, event);
  osi_free(p_msg);
}

namespace {