]> git.ipfire.org Git - thirdparty/vim.git/commit
patch 8.0.0297: double free on exit when using a closure v8.0.0297
authorBram Moolenaar <Bram@vim.org>
Thu, 2 Feb 2017 21:59:27 +0000 (22:59 +0100)
committerBram Moolenaar <Bram@vim.org>
Thu, 2 Feb 2017 21:59:27 +0000 (22:59 +0100)
commit03ff9bcbc968f7d306e4a4e334e226fdde62ca82
tree984162dfb8d3ef4e8535a62a974067979d743836
parentfd8983b09c64d9bfa8a4bdc16d72c55fbb22b4dc
patch 8.0.0297: double free on exit when using a closure

Problem:    Double free on exit when using a closure. (James McCoy)
Solution:   Split free_al_functions in two parts. (closes #1428)
src/structs.h
src/userfunc.c
src/version.c