fix(test_apps_bootloader): Change type of actual_leak_threshold to ssize_t

This commit is contained in:
Konstantin Kondrashov
2026-08-14 17:15:42 +02:00
committed by Konstantin Kondrashov
parent de1e5035b5
commit b4dd9878f7

View File

@@ -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)