fix hci sco crash bug for HFP

This commit is contained in:
weitianhua
2019-11-28 15:01:53 +08:00
committed by bot
parent 5ba70e713a
commit adf8a96602
2 changed files with 1 additions and 1 deletions

View File

@@ -152,7 +152,6 @@ static void btu_hci_msg_process(void *param)
case BT_EVT_TO_BTU_HCI_SCO:
#if BTM_SCO_INCLUDED == TRUE
btm_route_sco_data (p_msg);
osi_free(p_msg);
break;
#endif