mirror of
https://github.com/espressif/esp-idf.git
synced 2024-10-05 20:47:46 -04:00
Merge branch 'bugfix/fix_softap_beacon_memory_leak_issue' into 'master'
esp_wifi: fix softap beacon memory leak issue Closes WIFI-4961, IDFGH-7780, and ESPCS-878 See merge request espressif/esp-idf!21079
This commit is contained in:
commit
a6982a92fe
@ -1 +1 @@
|
||||
Subproject commit f3e2f7fac3b27671f45ef368b49264d1477efbd9
|
||||
Subproject commit 9e81af17476302dbf053242a9a0a9b81a3cd2949
|
@ -13,7 +13,7 @@
|
||||
#include "esp_heap_caps.h"
|
||||
|
||||
// Some resources are lazy allocated in wifi and lwip
|
||||
#define TEST_MEMORY_LEAK_THRESHOLD (-4096)
|
||||
#define TEST_MEMORY_LEAK_THRESHOLD (-1536)
|
||||
|
||||
static size_t before_free_8bit;
|
||||
static size_t before_free_32bit;
|
||||
|
@ -12,7 +12,7 @@
|
||||
#include "esp_heap_caps.h"
|
||||
|
||||
// Some resources are lazy allocated in wifi or event handler
|
||||
#define TEST_MEMORY_LEAK_THRESHOLD (-4096)
|
||||
#define TEST_MEMORY_LEAK_THRESHOLD (-1536)
|
||||
|
||||
static size_t before_free_8bit;
|
||||
static size_t before_free_32bit;
|
||||
|
Loading…
x
Reference in New Issue
Block a user