0
0
mirror of https://github.com/vim/vim.git synced 2025-09-27 04:14:06 -04:00

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 #4138)
This commit is contained in:
Bram Moolenaar
2019-03-21 19:58:00 +01:00
parent 08cda65ddf
commit 9029b918f9
2 changed files with 5 additions and 0 deletions

View File

@@ -779,6 +779,8 @@ static char *(features[]) =
static int included_patches[] =
{ /* Add new patch number below this line */
/**/
1028,
/**/
1027,
/**/