comparison src/version.c @ 10078:32bd4001e398 v7.4.2310

commit https://github.com/vim/vim/commit/a5d4121eed942bbbc672a7b00bf20866c17dc858 Author: Bram Moolenaar <Bram@vim.org> Date: Fri Sep 2 22:18:49 2016 +0200 patch 7.4.2310 Problem: Accessing freed memory when a timer does not repeat. Solution: Free after removing it. (Dominique Pelle)
author Christian Brabandt <cb@256bit.org>
date Fri, 02 Sep 2016 22:30:07 +0200
parents bc30991c3e98
children e836872c2a4c
comparison
equal deleted inserted replaced
10077:b8cd5f4e475d 10078:32bd4001e398
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 2310,
766 /**/ 768 /**/
767 2309, 769 2309,
768 /**/ 770 /**/
769 2308, 771 2308,
770 /**/ 772 /**/