Loading system/bta/av/bta_av_act.cc +4 −1 Original line number Diff line number Diff line Loading @@ -1009,9 +1009,12 @@ void bta_av_rc_msg(tBTA_AV_CB* p_cb, tBTA_AV_DATA* p_data) { av.remote_cmd.rc_handle = p_data->rc_msg.handle; (*p_cb->p_cback)(evt, &av); /* If browsing message, then free the browse message buffer */ if (p_data->rc_msg.opcode == AVRC_OP_BROWSE && p_data->rc_msg.msg.browse.p_browse_pkt != NULL) { bta_av_rc_free_browse_msg(p_cb, p_data); } } } /******************************************************************************* * Loading Loading
system/bta/av/bta_av_act.cc +4 −1 Original line number Diff line number Diff line Loading @@ -1009,9 +1009,12 @@ void bta_av_rc_msg(tBTA_AV_CB* p_cb, tBTA_AV_DATA* p_data) { av.remote_cmd.rc_handle = p_data->rc_msg.handle; (*p_cb->p_cback)(evt, &av); /* If browsing message, then free the browse message buffer */ if (p_data->rc_msg.opcode == AVRC_OP_BROWSE && p_data->rc_msg.msg.browse.p_browse_pkt != NULL) { bta_av_rc_free_browse_msg(p_cb, p_data); } } } /******************************************************************************* * Loading