comparison src/version.c @ 20322:a3e78893a90b v8.2.0716

patch 8.2.0716: Vim9: another memory leak Commit: https://github.com/vim/vim/commit/5c2fe644430efabf9dadfb89a9f1e82367eaf28d Author: Bram Moolenaar <Bram@vim.org> Date: Thu May 7 23:20:21 2020 +0200 patch 8.2.0716: Vim9: another memory leak Problem: Vim9: another memory leak. Solution: Clear typval when failing.
author Bram Moolenaar <Bram@vim.org>
date Thu, 07 May 2020 23:30:04 +0200
parents e501e32a892f
children 23188ef99fc2
comparison
equal deleted inserted replaced
20321:7ea995290692 20322:a3e78893a90b
744 NULL 744 NULL
745 }; 745 };
746 746
747 static int included_patches[] = 747 static int included_patches[] =
748 { /* Add new patch number below this line */ 748 { /* Add new patch number below this line */
749 /**/
750 716,
749 /**/ 751 /**/
750 715, 752 715,
751 /**/ 753 /**/
752 714, 754 714,
753 /**/ 755 /**/