mirror of
https://github.com/neovim/neovim.git
synced 2025-02-25 18:55:25 -06:00
Merge pull request #22417 from bfredl/antifree
fix(build): fix invalid use of EXITFREE
This commit is contained in:
commit
48990a7077
@ -71,7 +71,7 @@ static const char *uilog_last_event = NULL;
|
|||||||
|
|
||||||
static void ui_log(const char *funname)
|
static void ui_log(const char *funname)
|
||||||
{
|
{
|
||||||
# ifndef EXITFREE
|
# ifdef EXITFREE
|
||||||
if (entered_free_all_mem) {
|
if (entered_free_all_mem) {
|
||||||
return; // do nothing, we cannot log now
|
return; // do nothing, we cannot log now
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user