mirror of
https://github.com/espressif/esp-idf.git
synced 2025-08-10 04:43:33 +00:00
fix(unity): Fixed memory leaks in unity tests
This commit fixes memory leaks in unity tests when the debug option CONFIG_FREERTOS_USE_LIST_DATA_INTEGRITY_CHECK_BYTES is enabled. The commit increases the threshold to 1200 bytes from 1024 bytes.
This commit is contained in:
@@ -18,7 +18,7 @@ menu "IDF unit test"
|
||||
|
||||
config UNITY_CRITICAL_LEAK_LEVEL_GENERAL
|
||||
int "Critical leak"
|
||||
default 1024
|
||||
default 1200
|
||||
|
||||
config UNITY_CRITICAL_LEAK_LEVEL_LWIP
|
||||
int "Critical leak for UT which use LWIP component"
|
||||
|
Reference in New Issue
Block a user