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
commit 48990a7077
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

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
}