comparison src/version.c @ 20844:1360541e8c74 v8.2.0974

patch 8.2.0974: Vim9: memory leak when script var has wrong type Commit: https://github.com/vim/vim/commit/f3decc5830ef8d8d94902b76114935283dd4142e Author: Bram Moolenaar <Bram@vim.org> Date: Sat Jun 13 19:56:38 2020 +0200 patch 8.2.0974: Vim9: memory leak when script var has wrong type Problem: Vim9: memory leak when script var has wrong type. Solution: Free the variable name.
author Bram Moolenaar <Bram@vim.org>
date Sat, 13 Jun 2020 20:00:04 +0200
parents bacc2ab11810
children 709379ab5110
comparison
equal deleted inserted replaced
20843:1a9f8fe67cd7 20844:1360541e8c74
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 974,
757 /**/ 759 /**/
758 973, 760 973,
759 /**/ 761 /**/
760 972, 762 972,
761 /**/ 763 /**/