patch 7.4.1719 v7.4.1719
authorBram Moolenaar <Bram@vim.org>
Fri, 8 Apr 2016 15:07:19 +0000 (17:07 +0200)
committerBram Moolenaar <Bram@vim.org>
Fri, 8 Apr 2016 15:07:19 +0000 (17:07 +0200)
commit107e1eef1df3b786ad3ad49fbdb9e058649303b5
tree1b645e4de0cc6a8021a5c48ca97897edf7e48adf
parentd56374e25df0b317b01423a01f158157faa647fa
patch 7.4.1719
Problem:    Leaking memory when there is a cycle involving a job and a
            partial.
Solution:   Add a copyID to job and channel.  Set references in items referred
            by them.  Go through all jobs and channels to find unreferenced
            items.  Also, decrement reference counts when garbage collecting.
src/channel.c
src/eval.c
src/globals.h
src/ops.c
src/proto/channel.pro
src/proto/eval.pro
src/regexp.c
src/structs.h
src/tag.c
src/testdir/test_partial.vim
src/version.c