comparison src/version.c @ 20770:b366a0fe8296 v8.2.0937

patch 8.2.0937: asan failure in the flatten() test Commit: https://github.com/vim/vim/commit/dcf59c37d0e1517439c4c0c4a6a5ca09c90157ad Author: Bram Moolenaar <Bram@vim.org> Date: Tue Jun 9 17:30:04 2020 +0200 patch 8.2.0937: asan failure in the flatten() test Problem: Asan failure in the flatten() test. Solution: Free the flattened list.
author Bram Moolenaar <Bram@vim.org>
date Tue, 09 Jun 2020 17:45:03 +0200
parents 1e2e81dbb958
children 097f5b5c907b
comparison
equal deleted inserted replaced
20769:4abe06b07138 20770:b366a0fe8296
752 NULL 752 NULL
753 }; 753 };
754 754
755 static int included_patches[] = 755 static int included_patches[] =
756 { /* Add new patch number below this line */ 756 { /* Add new patch number below this line */
757 /**/
758 937,
757 /**/ 759 /**/
758 936, 760 936,
759 /**/ 761 /**/
760 935, 762 935,
761 /**/ 763 /**/