Loading gki/common/gki_buffer.c +2 −1 Original line number Diff line number Diff line Loading @@ -243,6 +243,7 @@ void *GKI_getpoolbuf (UINT8 pool_id) *******************************************************************************/ void GKI_freebuf (void *p_buf) { if (p_buf) osi_free((BUFFER_HDR_T *)p_buf - 1); } Loading Loading
gki/common/gki_buffer.c +2 −1 Original line number Diff line number Diff line Loading @@ -243,6 +243,7 @@ void *GKI_getpoolbuf (UINT8 pool_id) *******************************************************************************/ void GKI_freebuf (void *p_buf) { if (p_buf) osi_free((BUFFER_HDR_T *)p_buf - 1); } Loading