forked from aniani/vim
updated for version 7.4.369
Problem: Using freed memory when exiting while compiled with EXITFREE. Solution: Set curwin to NULL and check for that. (Dominique Pelle)
This commit is contained in:
@@ -734,6 +734,8 @@ static char *(features[]) =
|
||||
|
||||
static int included_patches[] =
|
||||
{ /* Add new patch number below this line */
|
||||
/**/
|
||||
369,
|
||||
/**/
|
||||
368,
|
||||
/**/
|
||||
|
Reference in New Issue
Block a user