commit | ca79a5fc3b383dcfc8ed2077688ea69dafadc6e7 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Thu Dec 13 23:16:36 2018 +0100 |
committer | Bram Moolenaar <Bram@vim.org> | Thu Dec 13 23:16:36 2018 +0100 |
tree | 661c4f8f001c6d53ebd2648dc54de4d978aea713 | |
parent | 2fa7fad831a860b627b5d6980aae0eeebfda0b3b [diff] [blame] |
patch 8.1.0581: double free without the text properties feature Problem: Double free without the text properties feature. Solution: Reset the dirty flag.
diff --git a/src/version.c b/src/version.c index 9f097af..9a44976 100644 --- a/src/version.c +++ b/src/version.c
@@ -800,6 +800,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 581, +/**/ 580, /**/ 579,