comparison src/version.c @ 9705:8c0871098dc9 v7.4.2128

commit https://github.com/vim/vim/commit/1e2258297bb31720bfbeb234f2dae4d1b3b04fbd Author: Bram Moolenaar <Bram@vim.org> Date: Sat Jul 30 21:48:59 2016 +0200 patch 7.4.2128 Problem: Memory leak when saving for undo fails. Solution: Free allocated memory. (Hirohito Higashi)
author Christian Brabandt <cb@256bit.org>
date Sat, 30 Jul 2016 22:00:06 +0200
parents 1f33aece8e55
children be4aaef2651c
comparison
equal deleted inserted replaced
9704:6c4e32f214b0 9705:8c0871098dc9
761 NULL 761 NULL
762 }; 762 };
763 763
764 static int included_patches[] = 764 static int included_patches[] =
765 { /* Add new patch number below this line */ 765 { /* Add new patch number below this line */
766 /**/
767 2128,
766 /**/ 768 /**/
767 2127, 769 2127,
768 /**/ 770 /**/
769 2126, 771 2126,
770 /**/ 772 /**/