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 |
||
---|---|---|
.. | ||
inc | ||
src |