From 0f27eaa1be704112430935fd81998b9296ee11cf Mon Sep 17 00:00:00 2001 From: Th3maz1ng Date: Sun, 12 Jun 2022 21:50:46 +0200 Subject: [PATCH] But where is the free ??? --- app/nano_shell_command.c | 2 ++ 1 file changed, 2 insertions(+) diff --git a/app/nano_shell_command.c b/app/nano_shell_command.c index 344e8b8..39afca2 100644 --- a/app/nano_shell_command.c +++ b/app/nano_shell_command.c @@ -38,6 +38,8 @@ void wifi_scan_result_cb(void) station_list[i].ssid[station_list[i].ssid_len] = '\0'; 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[])