comparison src/version.c @ 10178:776d0aef1d80 v7.4.2359

commit https://github.com/vim/vim/commit/26fe0d56912e42c2b16a61b2480e19ba569aee98 Author: Bram Moolenaar <Bram@vim.org> Date: Sat Sep 10 14:27:30 2016 +0200 patch 7.4.2359 Problem: Memory leak in timer_start(). Solution: Check the right field to be NULL.
author Christian Brabandt <cb@256bit.org>
date Sat, 10 Sep 2016 14:30:07 +0200
parents 51888fb2599f
children 9b86db26d0e8
comparison
equal deleted inserted replaced
10177:4ea4406b620c 10178:776d0aef1d80
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 2359,
766 /**/ 768 /**/
767 2358, 769 2358,
768 /**/ 770 /**/
769 2357, 771 2357,
770 /**/ 772 /**/