Loading system/bta/sys/bta_sys_main.c +1 −1 Original line number Diff line number Diff line Loading @@ -276,7 +276,7 @@ void bta_sys_hw_btm_cback( tBTM_DEV_STATUS status ) else { /* BTM_DEV_STATUS_CMD_TOUT is ignored for now. */ osi_freebuf_and_reset((void **)sys_event); osi_freebuf_and_reset((void **)&sys_event); } if (sys_event) Loading system/btif/src/btif_gatt_client.c +1 −1 Original line number Diff line number Diff line Loading @@ -374,7 +374,7 @@ static void btapp_gattc_free_req_data(UINT16 event, tBTA_GATTC *p_data) (p_data->read.p_value->unformat.len > 0)) { osi_freebuf_and_reset((void **)&p_data->read.p_value->unformat.p_value); } osi_freebuf_and_reset((void **)p_data->read.p_value); osi_freebuf_and_reset((void **)&p_data->read.p_value); } break; Loading Loading
system/bta/sys/bta_sys_main.c +1 −1 Original line number Diff line number Diff line Loading @@ -276,7 +276,7 @@ void bta_sys_hw_btm_cback( tBTM_DEV_STATUS status ) else { /* BTM_DEV_STATUS_CMD_TOUT is ignored for now. */ osi_freebuf_and_reset((void **)sys_event); osi_freebuf_and_reset((void **)&sys_event); } if (sys_event) Loading
system/btif/src/btif_gatt_client.c +1 −1 Original line number Diff line number Diff line Loading @@ -374,7 +374,7 @@ static void btapp_gattc_free_req_data(UINT16 event, tBTA_GATTC *p_data) (p_data->read.p_value->unformat.len > 0)) { osi_freebuf_and_reset((void **)&p_data->read.p_value->unformat.p_value); } osi_freebuf_and_reset((void **)p_data->read.p_value); osi_freebuf_and_reset((void **)&p_data->read.p_value); } break; Loading