mirror of
https://github.com/neovim/neovim.git
synced 2025-10-05 17:36:29 +00:00
Merge pull request #19906 from bfredl/bigstage
perf(api): allow to use an arena for return values
This commit is contained in:
@@ -1303,7 +1303,7 @@ void free_highlight(void)
|
||||
{
|
||||
ga_clear(&highlight_ga);
|
||||
map_destroy(cstr_t, int)(&highlight_unames);
|
||||
arena_mem_free(arena_finish(&highlight_arena), NULL);
|
||||
arena_mem_free(arena_finish(&highlight_arena));
|
||||
}
|
||||
|
||||
#endif
|
||||
|
Reference in New Issue
Block a user