comparison src/version.c @ 16046:884b683d12e9 v8.1.1028

patch 8.1.1028: MS-Windows: memory leak when creating terminal fails commit https://github.com/vim/vim/commit/9029b918f902c01e8f46441155ec2f01690929f9 Author: Bram Moolenaar <Bram@vim.org> Date: Thu Mar 21 19:58:00 2019 +0100 patch 8.1.1028: MS-Windows: memory leak when creating terminal fails Problem: MS-Windows: memory leak when creating terminal fails. Solution: Free the command. (Ken Takata, closes https://github.com/vim/vim/issues/4138)
author Bram Moolenaar <Bram@vim.org>
date Thu, 21 Mar 2019 20:00:06 +0100
parents f4a206d7a04d
children 728bef04b0d4
comparison
equal deleted inserted replaced
16045:ebe25581b7d6 16046:884b683d12e9
777 NULL 777 NULL
778 }; 778 };
779 779
780 static int included_patches[] = 780 static int included_patches[] =
781 { /* Add new patch number below this line */ 781 { /* Add new patch number below this line */
782 /**/
783 1028,
782 /**/ 784 /**/
783 1027, 785 1027,
784 /**/ 786 /**/
785 1026, 787 1026,
786 /**/ 788 /**/