Merge pull request #22417 from bfredl/antifree

fix(build): fix invalid use of EXITFREE
This commit is contained in:
bfredl
2023-02-26 14:20:26 +01:00
committed by GitHub

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
}