components/bt: Fix using NULL data in LC_FREE

This commit is contained in:
baohongde
2020-07-15 02:05:00 +08:00
committed by maojianxin
parent 34d2e45ab2
commit afde3607da
2 changed files with 11 additions and 1 deletions

View File

@ -665,6 +665,16 @@ PROVIDE ( lmp_dhkey_chk_handler = 0x4002ab48 );
PROVIDE ( lmp_pause_enc_aes_req_handler = 0x400279a4 );
PROVIDE ( lmp_io_cap_res_handler = 0x4002c670 );
PROVIDE ( lmp_io_cap_req_handler = 0x4002c7a4 );
PROVIDE ( lc_lmp_rx_ind_handler = 0x40027d50 );
PROVIDE ( lc_lmp_tx_cfm_handler = 0x40027f5c );
PROVIDE ( lc_op_loc_unsniff_req_handler = 0x40028be0 );
PROVIDE ( lc_op_loc_sniff_req_handler = 0x40028ccc );
PROVIDE ( lc_op_loc_switch_req_handler = 0x40028df4 );
PROVIDE ( lc_op_loc_sync_con_req_handler = 0x40028f6c );
PROVIDE ( lc_lmp_rsp_to_flow_spec_handler = 0x400297f0 );
PROVIDE ( lc_pca_sscan_start_req_handler = 0x40029b34 );
PROVIDE ( lc_pca_sscan_clk_ind_handler = 0x4002a38c );
PROVIDE ( lc_acl_disc_ind_handler = 0x4002f270 );
PROVIDE ( ld_acl_tx_packet_type_select = 0x4002fb40 );
PROVIDE ( ld_acl_sched = 0x40033268 );
PROVIDE ( ld_acl_sniff_sched = 0x4003340c );