fix(build): fix invalid use of EXITFREE

fixup 6942528 refactor(ui): ui_log() can now just be a function
This commit is contained in:
bfredl 2023-02-26 13:55:29 +01:00
parent aaea48aac6
commit 659234c95a

View File

@ -71,7 +71,7 @@ static const char *uilog_last_event = NULL;
static void ui_log(const char *funname)
{
# ifndef EXITFREE
# ifdef EXITFREE
if (entered_free_all_mem) {
return; // do nothing, we cannot log now
}