commit | e0f76d00979c972329f6c371463a20da61ccad65 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Mon May 09 20:38:53 2016 +0200 |
committer | Bram Moolenaar <Bram@vim.org> | Mon May 09 20:38:53 2016 +0200 |
tree | e28e61d582639de36a5885f47333ae7d63a90dc1 | |
parent | fb6ffc732e65dbc459c89247ff78134402f1a18b [diff] [blame] |
patch 7.4.1828 Problem: May try to access buffer that's already freed. Solution: When freeing a buffer remove it from any channel.
diff --git a/src/version.c b/src/version.c index 266e591..fb3b3d4 100644 --- a/src/version.c +++ b/src/version.c
@@ -754,6 +754,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 1828, +/**/ 1827, /**/ 1826,