Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix(scan): Make sure that we do not leak memory if reading the APs fa…
…ils (espressif#10312) As it was written, it was possible to leak the scan result array if esp_wifi_scan_get_ap_records() failed. Change will ensure that the array is deleted in that case.
- Loading branch information