1
0
forked from aniani/vim

patch 7.4.800

Problem:    Using freed memory when triggering CmdUndefined autocommands.
Solution:   Set pointer to NULL. (Dominique Pelle)
This commit is contained in:
Bram Moolenaar
2015-07-28 14:25:48 +02:00
parent 6b9be1b6f2
commit 829aef1eb4
2 changed files with 5 additions and 2 deletions

View File

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