mirror of
https://github.com/vim/vim.git
synced 2025-09-24 03:44:06 -04:00
patch 9.0.0820: memory leak with empty shell command
Problem: Memory leak with empty shell command. Solution: Free the empty string.
This commit is contained in:
@@ -3330,4 +3330,6 @@ EXTERN char e_loop_nesting_too_deep[]
|
||||
INIT(= N_("E1306: Loop nesting too deep"));
|
||||
EXTERN char e_argument_nr_trying_to_modify_const_str[]
|
||||
INIT(= N_("E1307: Argument %d: Trying to modify a const %s"));
|
||||
EXTERN char e_cannot_resize_window_in_another_tab_page[]
|
||||
INIT(= N_("E1308: Cannot resize a window in another tab page"));
|
||||
#endif
|
||||
|
Reference in New Issue
Block a user