]> granicus.if.org Git - vim/commit
patch 8.1.0300: the old window title might be freed twice v8.1.0300
authorBram Moolenaar <Bram@vim.org>
Sun, 19 Aug 2018 20:20:16 +0000 (22:20 +0200)
committerBram Moolenaar <Bram@vim.org>
Sun, 19 Aug 2018 20:20:16 +0000 (22:20 +0200)
commitd8f0cef2bdbdc15d7906f991725e09e67c97cf7e
tree03f8a39e6c75400070c298fde45792fbbaf632da
parent142ae736d984f4575c1c6ec1a4f679ae4ddf9413
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.
src/os_unix.c
src/version.c