commit | dcf59c37d0e1517439c4c0c4a6a5ca09c90157ad | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Tue Jun 09 17:30:04 2020 +0200 |
committer | Bram Moolenaar <Bram@vim.org> | Tue Jun 09 17:30:04 2020 +0200 |
tree | 5b5940468c0efa43794632435c9aa1bc1f283456 | |
parent | a45551a53557dba98973fdb3ff737dea2fffcda3 [diff] [blame] |
patch 8.2.0937: asan failure in the flatten() test Problem: Asan failure in the flatten() test. Solution: Free the flattened list.
diff --git a/src/version.c b/src/version.c index 37a43aa..922ab46 100644 --- a/src/version.c +++ b/src/version.c
@@ -755,6 +755,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 937, +/**/ 936, /**/ 935,