]> git.ipfire.org Git - thirdparty/vim.git/commit
patch 7.4.1855 v7.4.1855
authorBram Moolenaar <Bram@vim.org>
Sat, 28 May 2016 20:22:34 +0000 (22:22 +0200)
committerBram Moolenaar <Bram@vim.org>
Sat, 28 May 2016 20:22:34 +0000 (22:22 +0200)
commit655da31a18ef3f888acf10e68b438e2a851f7b14
tree83d8a9b03a2d926d7b94092e975a66f679fd1b70
parentd80629cef03cd40b0bf06c402dfe0b720b3bf608
patch 7.4.1855
Problem:    Valgrind reports memory leak for job that is not freed.
Solution:   Free all jobs on exit.  Add test for failing job.
src/channel.c
src/misc2.c
src/proto/channel.pro
src/testdir/test_partial.vim
src/version.c