comparison src/version.c @ 9169:0ea97a753a2d v7.4.1868

commit https://github.com/vim/vim/commit/b89a25f17e274dc308c584ea69a129ffbb26bc3d Author: Bram Moolenaar <Bram@vim.org> Date: Wed Jun 1 23:08:39 2016 +0200 patch 7.4.1868 Problem: Setting really_exiting causes memory leaks to be reported. Solution: Add the in_free_all_mem flag.
author Christian Brabandt <cb@256bit.org>
date Wed, 01 Jun 2016 23:15:06 +0200
parents 9bbe6ec0e6dc
children 20e7b99c33d4
comparison
equal deleted inserted replaced
9168:702732dc3ed7 9169:0ea97a753a2d
751 NULL 751 NULL
752 }; 752 };
753 753
754 static int included_patches[] = 754 static int included_patches[] =
755 { /* Add new patch number below this line */ 755 { /* Add new patch number below this line */
756 /**/
757 1868,
756 /**/ 758 /**/
757 1867, 759 1867,
758 /**/ 760 /**/
759 1866, 761 1866,
760 /**/ 762 /**/