0
0
mirror of https://github.com/vim/vim.git synced 2025-10-08 06:04:08 -04:00

patch 7.4.696

Problem:    Not freeing memory when encountering an error.
Solution:   Free the stack before returning. (Eliseo Martínez)
This commit is contained in:
Bram Moolenaar
2015-04-13 15:28:12 +02:00
parent 7c94ce910f
commit 50ab994ab3
2 changed files with 9 additions and 0 deletions

View File

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