]> git.ipfire.org Git - thirdparty/vim.git/commit
patch 8.1.2286: using border highlight in popup window leaks memory v8.1.2286
authorBram Moolenaar <Bram@vim.org>
Sun, 10 Nov 2019 14:16:54 +0000 (15:16 +0100)
committerBram Moolenaar <Bram@vim.org>
Sun, 10 Nov 2019 14:16:54 +0000 (15:16 +0100)
commit622b64603748cceafd47f7537b96610e824e0680
treee95de8c7584128a3e896ae832699e9d2cc83e48a
parentd6beab0248cdb0b7073e97d98d65de7138cb3386
patch 8.1.2286: using border highlight in popup window leaks memory

Problem:    Using border highlight in popup window leaks memory.
Solution:   Free memory before overwriting. (Dominique Pelle, closes #5203)
src/popupwin.c
src/version.c