commit | b301f6b950975b9d7ae87a4f551b32bba63ccdcf | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Sat Feb 10 15:38:35 2018 +0100 |
committer | Bram Moolenaar <Bram@vim.org> | Sat Feb 10 15:38:35 2018 +0100 |
tree | f012145cca456fe2f3aa04293fed21afd0f6209b | |
parent | a8f04aa275984183bab5bb583b128f38c64abb69 [diff] [blame] |
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.
diff --git a/src/version.c b/src/version.c index 1bd0295..be5f864 100644 --- a/src/version.c +++ b/src/version.c
@@ -772,6 +772,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 1492, +/**/ 1491, /**/ 1490,