]> git.ipfire.org Git - thirdparty/vim.git/commit
patch 8.0.1064: Coverity warns for leaking resource v8.0.1064
authorBram Moolenaar <Bram@vim.org>
Tue, 5 Sep 2017 21:32:38 +0000 (23:32 +0200)
committerBram Moolenaar <Bram@vim.org>
Tue, 5 Sep 2017 21:32:38 +0000 (23:32 +0200)
commit1b9f9d315f137cc883c7aecd39f3df329b7f9085
treee400e8eb6d43061f32a009206e623f1664493b20
parent28550b74bb4373417eb6fbf132bd4211b7b92afa
patch 8.0.1064: Coverity warns for leaking resource

Problem:    Coverity warns for leaking resource.
Solution:   Free pty_master_fd on failure.
src/os_unix.c
src/version.c