Merge pull request #15714 from s-hadinger/lvgl_fix_mem_leak_in_logs

Berry LVGL fix memory leak in log reader
This commit is contained in:
s-hadinger 2022-05-29 18:42:39 +02:00 committed by GitHub
commit 165700ad16
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -6,7 +6,7 @@
#include "be_mapping.h"
extern uint32_t* tlr_init(void); BE_FUNC_CTYPE_DECLARE(tlr_init, "+_p", "")
extern char* tlr_get_log(uint32_t* idx, int32_t log_level); BE_FUNC_CTYPE_DECLARE(tlr_get_log, "s", ".i")
extern char* tlr_get_log(uint32_t* idx, int32_t log_level); BE_FUNC_CTYPE_DECLARE(tlr_get_log, "$", ".i")
#include "be_fixed_be_class_tasmota_log_reader.h"