1
0
forked from aniani/vim

patch 8.2.2142: memory leak when heredoc is not terminated

Problem:    Memory leak when heredoc is not terminated.
Solution:   Free heredoc_trimmed.
This commit is contained in:
Bram Moolenaar
2020-12-13 21:16:55 +01:00
parent 8143a53c53
commit fffdf4754f
2 changed files with 3 additions and 0 deletions

View File

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