commit | 24cf233ef9e92f947618c55d8bff423898a45c24 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Fri Jul 01 12:50:54 2016 +0200 |
committer | Bram Moolenaar <Bram@vim.org> | Fri Jul 01 12:50:54 2016 +0200 |
tree | fed6090fc145fdb2091063f591ab766810ba9a6e | |
parent | 1d90a5a5af84250e226f8a9121e771f7b72aa894 [diff] [blame] |
patch 7.4.1969 Problem: When the netbeans channel is closed consuming the buffer may cause a crash. Solution: Check for nb_channel not to be NULL. (Xavier de Gaye)
diff --git a/src/version.c b/src/version.c index 2a3ded7..8e9da45 100644 --- a/src/version.c +++ b/src/version.c
@@ -754,6 +754,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 1969, +/**/ 1968, /**/ 1967,