comparison src/version.c @ 8234:dc72f4a463e4 v7.4.1410

commit https://github.com/vim/vim/commit/42dd7aee41ffcc5afdbf9bb83d70e7123261cada Author: Bram Moolenaar <Bram@vim.org> Date: Tue Feb 23 22:50:12 2016 +0100 patch 7.4.1410 Problem: Leaking memory in cscope interface. Solution: Free memory when no tab is found. (Christian Brabandt)
author Christian Brabandt <cb@256bit.org>
date Tue, 23 Feb 2016 23:00:05 +0100
parents a777ff826523
children 6d221d623c8e
comparison
equal deleted inserted replaced
8233:0b7d02552c6e 8234:dc72f4a463e4
746 NULL 746 NULL
747 }; 747 };
748 748
749 static int included_patches[] = 749 static int included_patches[] =
750 { /* Add new patch number below this line */ 750 { /* Add new patch number below this line */
751 /**/
752 1410,
751 /**/ 753 /**/
752 1409, 754 1409,
753 /**/ 755 /**/
754 1408, 756 1408,
755 /**/ 757 /**/