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

Commit c0705764 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

Change-Id: I63ea708b1a1c087724749cd587cbcad86e1fe30c
parents f8a1e48f fb216852
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;
    }