commit | d8f0cef2bdbdc15d7906f991725e09e67c97cf7e | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Sun Aug 19 22:20:16 2018 +0200 |
committer | Bram Moolenaar <Bram@vim.org> | Sun Aug 19 22:20:16 2018 +0200 |
tree | 03f8a39e6c75400070c298fde45792fbbaf632da | |
parent | 142ae736d984f4575c1c6ec1a4f679ae4ddf9413 [diff] [blame] |
patch 8.1.0300: the old window title might be freed twice Problem: The old window title might be freed twice. (Dominique Pelle) Solution: Do not free "oldtitle" in a signal handler but set a flag to have it freed later.
diff --git a/src/version.c b/src/version.c index 7278799..e7ea55f 100644 --- a/src/version.c +++ b/src/version.c
@@ -795,6 +795,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 300, +/**/ 299, /**/ 298,