mirror of
https://github.com/neovim/neovim.git
synced 2025-09-11 22:08:18 +00:00
multigrid: avoid allocation when not ext_multigrid.
Move grid specific functions from mbyte.c to screen.c
This commit is contained in:
@@ -699,7 +699,7 @@ void free_all_mem(void)
|
||||
}
|
||||
|
||||
// free screenlines (can't display anything now!)
|
||||
free_screengrid(&default_grid);
|
||||
screen_free_all_mem();
|
||||
|
||||
clear_hl_tables(false);
|
||||
list_free_log();
|
||||
|
Reference in New Issue
Block a user