diff src/version.c @ 8615:99aed8c33bbf v7.4.1597

commit https://github.com/vim/vim/commit/9f6154f26ef17b0a7efd2fcdd79cabfe510f28b4 Author: Bram Moolenaar <Bram@vim.org> Date: Sat Mar 19 14:22:11 2016 +0100 patch 7.4.1597 Problem: Memory leak when out of memory. (Coverity) Solution: Free the name.
author Christian Brabandt <cb@256bit.org>
date Sat, 19 Mar 2016 14:30:06 +0100
parents 3dacf96b4020
children eab968bf3ce7
line wrap: on
line diff
--- a/src/version.c
+++ b/src/version.c
@@ -749,6 +749,8 @@ static char *(features[]) =
 static int included_patches[] =
 {   /* Add new patch number below this line */
 /**/
+    1597,
+/**/
     1596,
 /**/
     1595,