components/bt: Fix using NULL ptr in LC_FREE

This commit is contained in:
baohongde
2020-08-06 22:28:54 +08:00
committed by maojianxin
parent 8839d0c0b3
commit 5259ec1c77
2 changed files with 3 additions and 1 deletions

View File

@@ -122,6 +122,8 @@ PROVIDE ( hci_fc_env = 0x3ffb9340 );
PROVIDE ( jd_decomp = 0x400613e8 );
PROVIDE ( jd_prepare = 0x40060fa8 );
PROVIDE ( ke_env = 0x3ffb93cc );
PROVIDE ( ke_task_env = 0x3ffb81d4 );
PROVIDE ( ke_handler_search = 0x4001a430 );
PROVIDE ( lb_default_handler = 0x3ff982b8 );
PROVIDE ( lb_default_state_tab_p_get = 0x4001c198 );
PROVIDE ( lb_env = 0x3ffb9424 );