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

Commit 4bfa63c8 authored by Android Build Merger (Role)'s avatar Android Build Merger (Role)
Browse files

[automerger] DO NOT MERGE BNEP: Fix build breakage by using osi_free instead...

[automerger] DO NOT MERGE BNEP: Fix build breakage by using osi_free instead of GKI_freebuf am: fb216852 am: c0705764 am: b833c798

Change-Id: I1cf449cd8ec0c4cbd3ca7176900b5c803cc24067
parents 2cc6e554 b833c798
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;
    }