f6246630ce518b91ef23ccbc8a8374f16ad49070

During the driver load cds_cfg memory is allocated during the hdd_Wlan_startup and cds_open. Since the memory allocated by the cds_open overwrites the pointer of memory allocated by hdd_wlan_statup during memory free only memory allocated by cds_open is freed resulting in memory leakage. To migitate this issue, allocate the memory for the cds config only once. Change-Id: I01bf0e8110a2519a2e11da398be3c98f9ca4db8f CRs-Fixed: 1055648
This is CNSS WLAN Host Driver for products starting from iHelium
Beschreibung
Sprachen
C
98.7%
C++
0.9%
Makefile
0.3%
Starlark
0.1%