1
0
forked from aniani/vim

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:
Bram Moolenaar
2022-10-31 12:24:12 +00:00
parent 03d6e6f42b
commit 86e6717ace
4 changed files with 19 additions and 0 deletions

View File

@@ -695,6 +695,8 @@ static char *(features[]) =
static int included_patches[] =
{ /* Add new patch number below this line */
/**/
821,
/**/
820,
/**/