1
0
forked from aniani/vim

patch 8.0.0344: unlet command leaks memory

Problem:    Unlet command leaks memory. (Nikolai Pavlov)
Solution:   Free the memory on error. (closes #1497)
This commit is contained in:
Bram Moolenaar
2017-02-20 23:07:05 +01:00
parent e7877fe0de
commit 49439c4cdf
3 changed files with 9 additions and 0 deletions

View File

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