commit | 26fe0d56912e42c2b16a61b2480e19ba569aee98 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Sat Sep 10 14:27:30 2016 +0200 |
committer | Bram Moolenaar <Bram@vim.org> | Sat Sep 10 14:27:30 2016 +0200 |
tree | cd12d74f9b5337de33b8c42fbf3a04196971e51e | |
parent | d47d83745ff450232328ca7a4b8b00b31bad22fc [diff] [blame] |
patch 7.4.2359 Problem: Memory leak in timer_start(). Solution: Check the right field to be NULL.
diff --git a/src/version.c b/src/version.c index 0767d4a..65757ab 100644 --- a/src/version.c +++ b/src/version.c
@@ -764,6 +764,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 2359, +/**/ 2358, /**/ 2357,