1
0
forked from aniani/vim

patch 8.1.0181: memory leak with trailing characters in skip expression

Problem:    Memory leak with trailing characters in skip expression.
Solution:   Free the return value.
This commit is contained in:
Bram Moolenaar
2018-07-14 17:25:01 +02:00
parent d6ef5f9b3d
commit a43ebe9454
3 changed files with 13 additions and 0 deletions

View File

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