commit | 163588005da3a240e49416093d0d0251951d60a1 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Fri Aug 30 18:37:26 2019 +0200 |
committer | Bram Moolenaar <Bram@vim.org> | Fri Aug 30 18:37:26 2019 +0200 |
tree | aecfcef01a89c3dc66b9327d6af27404b32fa9cd | |
parent | 9e67b6a6a126f401417590dedf1bd38f71bfbae4 [diff] [blame] |
patch 8.1.1946: memory error when profiling a function without a script ID Problem: Memory error when profiling a function without a script ID. Solution: Check for missing script ID. (closes #4877)
diff --git a/src/version.c b/src/version.c index 5bde641..26587aa 100644 --- a/src/version.c +++ b/src/version.c
@@ -762,6 +762,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 1946, +/**/ 1945, /**/ 1944,