]> git.ipfire.org Git - thirdparty/vim.git/commit
patch 8.2.1638: leaking memory when popup filter function can't be called v8.2.1638
authorBram Moolenaar <Bram@vim.org>
Tue, 8 Sep 2020 20:55:26 +0000 (22:55 +0200)
committerBram Moolenaar <Bram@vim.org>
Tue, 8 Sep 2020 20:55:26 +0000 (22:55 +0200)
commit8e9be208ea58149c4e522166a6194da18a2eced7
tree7892f3d7a6dd6f1dc08bf7a108e2b44ad5e5236d
parentc3516f7e4507c77424b94cb89071f6d0841f4e6a
patch 8.2.1638: leaking memory when popup filter function can't be called

Problem:    Leaking memory when popup filter function can't be called.
Solution:   Don't return too soon.
src/popupwin.c
src/version.c