]> git.ipfire.org Git - thirdparty/vim.git/commit
patch 8.1.0800: may use a lot of memory when a function refers itself v8.1.0800
authorBram Moolenaar <Bram@vim.org>
Wed, 23 Jan 2019 22:00:30 +0000 (23:00 +0100)
committerBram Moolenaar <Bram@vim.org>
Wed, 23 Jan 2019 22:00:30 +0000 (23:00 +0100)
commit4456ab527a6a5faae9287f3bd2e52cc18966cfb0
tree4b780e00f74b4b12aa61a18beb093908a3264543
parentcfc15237ab88ecb78b12030f6e04b87618b56124
patch 8.1.0800: may use a lot of memory when a function refers itself

Problem:    May use a lot of memory when a function creates a cyclic
            reference.
Solution:   After saving a funccal many times, invoke the garbage collector.
            (closes #3835)
src/userfunc.c
src/version.c