commit | 96ca27a0ee8ae738cab9fb386984c75c6821e31a | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Mon Jul 17 23:20:24 2017 +0200 |
committer | Bram Moolenaar <Bram@vim.org> | Mon Jul 17 23:20:24 2017 +0200 |
tree | d4c986e7262a996a095f6b4b71601dfc361c57a5 | |
parent | 60d0e97497f1104b31f711072ef174af533b61fa [diff] [blame] |
patch 8.0.0728: the terminal structure is never freed Problem: The terminal structure is never freed. Solution: Free the structure and unreference what it contains.
diff --git a/src/version.c b/src/version.c index 77ff8c7..41b0690 100644 --- a/src/version.c +++ b/src/version.c
@@ -770,6 +770,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 728, +/**/ 727, /**/ 726,