diff options
author | Bram Moolenaar <Bram@vim.org> | 2018-02-10 15:38:35 +0100 |
---|---|---|
committer | Bram Moolenaar <Bram@vim.org> | 2018-02-10 15:38:35 +0100 |
commit | b301f6b950975b9d7ae87a4f551b32bba63ccdcf (patch) | |
tree | f012145cca456fe2f3aa04293fed21afd0f6209b /src/version.c | |
parent | a8f04aa275984183bab5bb583b128f38c64abb69 (diff) | |
download | vim-git-8.0.1492.tar.gz |
patch 8.0.1492: memory leak in balloon_split()v8.0.1492
Problem: Memory leak in balloon_split().
Solution: Free the balloon lines. Free the balloon when exiting.
Diffstat (limited to 'src/version.c')
-rw-r--r-- | src/version.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/version.c b/src/version.c index 1bd029555..be5f864ec 100644 --- a/src/version.c +++ b/src/version.c @@ -772,6 +772,8 @@ static char *(features[]) = static int included_patches[] = { /* Add new patch number below this line */ /**/ + 1492, +/**/ 1491, /**/ 1490, |