mirror of
https://github.com/vim/vim.git
synced 2025-09-27 04:14:06 -04:00
patch 8.2.3740: memory left allocated on exit when using Tcl
Problem: Memory left allocated on exit when using Tcl. Solution: Call Tcl_Finalize().
This commit is contained in:
@@ -573,6 +573,9 @@ free_all_mem(void)
|
||||
# endif
|
||||
# ifdef FEAT_GUI_GTK
|
||||
gui_mch_free_all();
|
||||
# endif
|
||||
# ifdef FEAT_TCL
|
||||
vim_tcl_finalize();
|
||||
# endif
|
||||
clear_hl_tables();
|
||||
|
||||
|
Reference in New Issue
Block a user