But where is the free ???

This commit is contained in:
Th3maz1ng 2022-06-12 21:50:46 +02:00
parent 3a53b6a1c8
commit 0f27eaa1be

View File

@ -38,6 +38,8 @@ void wifi_scan_result_cb(void)
station_list[i].ssid[station_list[i].ssid_len] = '\0'; station_list[i].ssid[station_list[i].ssid_len] = '\0';
shell_printf("station %u :\nSSID : %s\n", i, (char *)station_list[i].ssid); shell_printf("station %u :\nSSID : %s\n", i, (char *)station_list[i].ssid);
} }
tls_mem_free(buf);
} }
int _task_list(const shell_cmd_t *pcmd, int argc, char *const argv[]) int _task_list(const shell_cmd_t *pcmd, int argc, char *const argv[])