commit | 79c2ad50b8069bbb3281bcabe412bd6641756724 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Sun Jul 29 17:40:43 2018 +0200 |
committer | Bram Moolenaar <Bram@vim.org> | Sun Jul 29 17:40:43 2018 +0200 |
tree | 61b383cdc2fb979a3a59c6cf95effb8643ae64bf | |
parent | 92d147be959e689f8f58fd5d138a31835e160289 [diff] [blame] |
patch 8.1.0229: crash when dumping profiling data Problem: Crash when dumping profiling data. Solution: Reset flag indicating that initialization was done.
diff --git a/src/version.c b/src/version.c index 8b31adb..5f7d908 100644 --- a/src/version.c +++ b/src/version.c
@@ -795,6 +795,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 229, +/**/ 228, /**/ 227,