]> git.ipfire.org Git - thirdparty/vim.git/commit
patch 8.0.1492: memory leak in balloon_split() v8.0.1492
authorBram Moolenaar <Bram@vim.org>
Sat, 10 Feb 2018 14:38:35 +0000 (15:38 +0100)
committerBram Moolenaar <Bram@vim.org>
Sat, 10 Feb 2018 14:38:35 +0000 (15:38 +0100)
commitb301f6b950975b9d7ae87a4f551b32bba63ccdcf
treef012145cca456fe2f3aa04293fed21afd0f6209b
parenta8f04aa275984183bab5bb583b128f38c64abb69
patch 8.0.1492: memory leak in balloon_split()

Problem:    Memory leak in balloon_split().
Solution:   Free the balloon lines. Free the balloon when exiting.
src/evalfunc.c
src/misc2.c
src/version.c