comparison src/version.c @ 8615:99aed8c33bbf v7.4.1597

commit https://github.com/vim/vim/commit/9f6154f26ef17b0a7efd2fcdd79cabfe510f28b4 Author: Bram Moolenaar <Bram@vim.org> Date: Sat Mar 19 14:22:11 2016 +0100 patch 7.4.1597 Problem: Memory leak when out of memory. (Coverity) Solution: Free the name.
author Christian Brabandt <cb@256bit.org>
date Sat, 19 Mar 2016 14:30:06 +0100
parents 3dacf96b4020
children eab968bf3ce7
comparison
equal deleted inserted replaced
8614:71b70b86bd32 8615:99aed8c33bbf
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 1597,
751 /**/ 753 /**/
752 1596, 754 1596,
753 /**/ 755 /**/
754 1595, 756 1595,
755 /**/ 757 /**/