mirror of
https://github.com/neovim/neovim.git
synced 2025-09-29 14:38:32 +00:00
refactor: free more reachable memory with EXITFREE (#26349)
Discovered using __sanitizer_print_memory_profile().
This commit is contained in:
@@ -583,6 +583,9 @@ void free_all_options(void)
|
||||
}
|
||||
free_operatorfunc_option();
|
||||
free_tagfunc_option();
|
||||
XFREE_CLEAR(fenc_default);
|
||||
XFREE_CLEAR(p_term);
|
||||
XFREE_CLEAR(p_ttytype);
|
||||
}
|
||||
#endif
|
||||
|
||||
|
Reference in New Issue
Block a user