Skip to content

Handle scan_aborted case on scan. Fix memory leak

Marek Puzyniak requested to merge r65_port_fix_mem_leak_patch into release-6.5

Fix not sending Wi-Fi scan results for all radios if the scan on any of the radios failed, that may happen requlary because some radio may be busy and cannot perform a scan while the scan on other radio(s) was started. Fix memory leak caused by saving scan request CMDU few times (once per every successfully started scan on a radio) while the memory is freed only once.

Merge request reports