1
0
forked from aniani/vim

updated for version 7.3.522

Problem:    Crash in vim_realloc() when using MEM_PROFILE.
Solution:   Avoid using a NULL argument. (Dominique Pelle)
This commit is contained in:
Bram Moolenaar
2012-05-18 18:34:19 +02:00
parent f9de140e7f
commit 455981e69b
2 changed files with 5 additions and 1 deletions

View File

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