mirror of
https://github.com/neovim/neovim.git
synced 2025-10-06 09:56:31 +00:00
refactor(drawline): avoid xmalloc/xfree cycles on each screenline
This commit is contained in:
@@ -17,6 +17,7 @@
|
||||
#include "nvim/buffer_updates.h"
|
||||
#include "nvim/context.h"
|
||||
#include "nvim/decoration_provider.h"
|
||||
#include "nvim/drawline.h"
|
||||
#include "nvim/eval.h"
|
||||
#include "nvim/gettext.h"
|
||||
#include "nvim/globals.h"
|
||||
@@ -818,6 +819,7 @@ void free_all_mem(void)
|
||||
check_quickfix_busy();
|
||||
|
||||
decor_free_all_mem();
|
||||
drawline_free_all_mem();
|
||||
|
||||
ui_free_all_mem();
|
||||
nlua_free_all_mem();
|
||||
|
Reference in New Issue
Block a user