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

Commit eee60acf authored by Jakub Pawłowski's avatar Jakub Pawłowski Committed by Gerrit Code Review
Browse files

Merge "packet_fragmenter: fix potential memory leak"

parents 4c559101 d3e3ae0e
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -295,6 +295,7 @@ static void reassemble_and_dispatch_iso(UNUSED_ATTR BT_HDR* packet) {
          ((boundary_flag == HCI_ISO_BF_FIRST_FRAGMENTED_PACKET) &&
           (iso_full_len <= packet->len))) {
        LOG_ERROR("%s corrupted ISO frame", __func__);
        buffer_allocator->free(packet);
        return;
      }