]> granicus.if.org Git - vim/commit
patch 7.4.2142 v7.4.2142
authorBram Moolenaar <Bram@vim.org>
Mon, 1 Aug 2016 18:46:25 +0000 (20:46 +0200)
committerBram Moolenaar <Bram@vim.org>
Mon, 1 Aug 2016 18:46:25 +0000 (20:46 +0200)
commit8dd3a43d75550e9b5736066124c97697564f769e
tree5768a06605c7ffaacfbb8aa385060cc7be223fec
parentba96e9af388804364425185b47eed14988302865
patch 7.4.2142
Problem:    Leaking memory when redefining a function.
Solution:   Don't increment the function reference count when it's found by
            name. Don't remove the wrong function from the hashtab.  More
            reference counting fixes.
src/structs.h
src/userfunc.c
src/version.c