bfa435bccc7550646f405a9b71ca290141d0fd71

The function hdd_softap_deregister_sta takes the sta_info as the argument and calls hdd_sta_info_detach. In hdd_sta_info_detach, the memory assigned to the sta_info is being freed. For this memory to be properly freed and set to NULL, the actual memory location must be passed to the function; which is currently not happening. Pass the actual memory location by reference using a double pointer so that the memory cleanup is proper. Change-Id: If0f846957df0378ea7a13b76bdf9c6ef562ed90e CRs-Fixed: 2627296
This is CNSS WLAN Host Driver for products starting from iHelium
Описание
Languages
C
98.7%
C++
0.9%
Makefile
0.3%
Starlark
0.1%