]> git.ipfire.org Git - thirdparty/vim.git/commit
patch 8.1.1755: leaking memory when using a popup window mask v8.1.1755
authorBram Moolenaar <Bram@vim.org>
Fri, 26 Jul 2019 20:22:38 +0000 (22:22 +0200)
committerBram Moolenaar <Bram@vim.org>
Fri, 26 Jul 2019 20:22:38 +0000 (22:22 +0200)
commit0aca293fedfd22d489297f7cbce6a7de86748151
treecd459fb0e6497b66cc725b9e5a8bbb1d78dd84d5
parent4f0d002cf9213812eca3a95560e8685018d601a7
patch 8.1.1755: leaking memory when using a popup window mask

Problem:    Leaking memory when using a popup window mask.
Solution:   Free the cached mask.
src/version.c
src/window.c