1
0
forked from aniani/vim

patch 8.0.1064: Coverity warns for leaking resource

Problem:    Coverity warns for leaking resource.
Solution:   Free pty_master_fd on failure.
This commit is contained in:
Bram Moolenaar
2017-09-05 23:32:38 +02:00
parent 28550b74bb
commit 1b9f9d315f
2 changed files with 5 additions and 0 deletions

View File

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