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

Commit dc214fd4 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 am: 4bfa63c8

Change-Id: I61ca7ec910613a253d5611d71fdcf223a367ace4
parents eed199f3 4bfa63c8
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;
    }