mirror of
https://github.com/espressif/esp-idf.git
synced 2026-09-22 13:01:16 +03:00
fix(test_apps_bootloader): Change type of actual_leak_threshold to ssize_t
This commit is contained in:
committed by
Konstantin Kondrashov
parent
de1e5035b5
commit
b4dd9878f7
@@ -14,7 +14,7 @@
|
||||
|
||||
static size_t before_free_8bit;
|
||||
static size_t before_free_32bit;
|
||||
static size_t actual_leak_threshold = TEST_MEMORY_INITIAL_LEAK_THRESHOLD;
|
||||
static ssize_t actual_leak_threshold = TEST_MEMORY_INITIAL_LEAK_THRESHOLD;
|
||||
|
||||
|
||||
static void check_leak(size_t before_free, size_t after_free, const char *type)
|
||||
|
||||
Reference in New Issue
Block a user