1
0
forked from aniani/vim

updated for version 7.3.885

Problem:    Double free for list and dict in Lua. (Shougo Matsu)
Solution:   Do not unref list and dict. (Yasuhiro Matsumoto)
This commit is contained in:
Bram Moolenaar
2013-04-12 12:18:49 +02:00
parent 126bdeeabe
commit 644cf03b7e
2 changed files with 2 additions and 16 deletions

View File

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