]> granicus.if.org Git - vim/commit
patch 8.1.0960: when using ConPTY garbage collection has undefined behavior v8.1.0960
authorBram Moolenaar <Bram@vim.org>
Wed, 20 Feb 2019 21:45:06 +0000 (22:45 +0100)
committerBram Moolenaar <Bram@vim.org>
Wed, 20 Feb 2019 21:45:06 +0000 (22:45 +0100)
commit8caa43d8159555076af6acc242185f5475c1d199
treef042b0b0260d5dea3d6030c99e30175910ff0399
parenta25e3d06956f1bc11c68fe60149acce2d8547092
patch 8.1.0960: when using ConPTY garbage collection has undefined behavior

Problem:    When using ConPTY garbage collection has undefined behavior.
Solution:   Free the channel in a better way. (Nobuhiro Takasaki, closes #4020)
src/channel.c
src/version.c