commit | 3bece9fee9c02934d3e295b29d253e13d4ef26a7 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Mon Feb 15 20:39:46 2016 +0100 |
committer | Bram Moolenaar <Bram@vim.org> | Mon Feb 15 20:39:46 2016 +0100 |
tree | 716659cb27215968e8e7790ac674cc456068ad2f | |
parent | 71b0f7b5c083d32fd37fa825f5d829b6a6c1a09a [diff] [blame] |
patch 7.4.1322 Problem: Crash when unletting the variable that holds the channel in a callback function. (Christian Robinson) Solution: Increase the reference count while invoking the callback.
diff --git a/src/version.c b/src/version.c index f8d838b..f5da6fc 100644 --- a/src/version.c +++ b/src/version.c
@@ -748,6 +748,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 1322, +/**/ 1321, /**/ 1320,