commit | d46ae142aa9452e99576b5e923de974704e3c896 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Tue Feb 16 13:33:52 2016 +0100 |
committer | Bram Moolenaar <Bram@vim.org> | Tue Feb 16 13:33:52 2016 +0100 |
tree | 5c70cdc03112703b69ca21e390219d9337a29bd5 | |
parent | 0943a09db84b036ec550d7f2e5b832f621b400ca [diff] [blame] |
patch 7.4.1331 Problem: Crash when closing the channel in a callback. (Christian J. Robinson) Solution: Take the callback out of the list before invoking it.
diff --git a/src/version.c b/src/version.c index 93d381f..688d2c5 100644 --- a/src/version.c +++ b/src/version.c
@@ -748,6 +748,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 1331, +/**/ 1330, /**/ 1329,