comparison src/version.c @ 20001:502a6c9b3974 v8.2.0556

patch 8.2.0556: Vim9: memory leak when finding common type Commit: https://github.com/vim/vim/commit/c5f1ef53c24cc0c9f7b2131609e916f913634feb Author: Bram Moolenaar <Bram@vim.org> Date: Sun Apr 12 17:11:27 2020 +0200 patch 8.2.0556: Vim9: memory leak when finding common type Problem: Vim9: memory leak when finding common type. Solution: Store allocated memory in type growarray.
author Bram Moolenaar <Bram@vim.org>
date Sun, 12 Apr 2020 17:15:03 +0200
parents 844c7646f61b
children e373843e2980
comparison
equal deleted inserted replaced
20000:87ecc4245e93 20001:502a6c9b3974
736 NULL 736 NULL
737 }; 737 };
738 738
739 static int included_patches[] = 739 static int included_patches[] =
740 { /* Add new patch number below this line */ 740 { /* Add new patch number below this line */
741 /**/
742 556,
741 /**/ 743 /**/
742 555, 744 555,
743 /**/ 745 /**/
744 554, 746 554,
745 /**/ 747 /**/