commit | 414998023fbff15cce20ef01a54d0366370ad8b6 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Wed Jul 18 06:02:09 2018 +0200 |
committer | Bram Moolenaar <Bram@vim.org> | Wed Jul 18 06:02:09 2018 +0200 |
tree | b46a5878a56292fa7ffa6f9afbb0d0f3130b3c7d | |
parent | ca4cc018addbeb3ac5d0e05f18847015f91ff814 [diff] [blame] |
patch 8.1.0194: possibly use of NULL pointer Problem: Possibly use of NULL pointer. (Coverity) Solution: Reset the re_in_use flag earlier.
diff --git a/src/version.c b/src/version.c index 3c9676e..f6542b6 100644 --- a/src/version.c +++ b/src/version.c
@@ -790,6 +790,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 194, +/**/ 193, /**/ 192,