1
0
forked from aniani/vim

patch 7.4.939

Problem:    Memory leak when encountering a syntax error.
Solution:   Free the memory. (Dominique Pelle)
This commit is contained in:
Bram Moolenaar
2015-11-24 17:23:56 +01:00
parent 88e484bf1b
commit 9a7d58e42e
2 changed files with 5 additions and 0 deletions

View File

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