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

Commit fb216852 authored by Jack He's avatar Jack He
Browse files

DO NOT MERGE BNEP: Fix build breakage by using osi_free instead of GKI_freebuf

Bug: 79164722
Bug: 78286118
Test: make
Change-Id: I04fc994d9bca80aa4711118d3c5be02f2b809a48
parent 748e849a
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -486,7 +486,7 @@ static void bnep_data_ind (UINT16 l2cap_cid, BT_HDR *p_buf)
    if (rem_len == 0)
    {
        android_errorWriteLog(0x534e4554, "78286118");
        GKI_freebuf(p_buf);
        osi_free(p_buf);
        return;
    }