comparison src/version.c @ 21038:6ad5f0c99ee9 v8.2.1070

patch 8.2.1070: Vim9: leaking memory when lacking white space in dict Commit: https://github.com/vim/vim/commit/ab19d495fd880b25a38d58cbeb5b21e4d0ee5835 Author: Bram Moolenaar <Bram@vim.org> Date: Sat Jun 27 17:04:05 2020 +0200 patch 8.2.1070: Vim9: leaking memory when lacking white space in dict Problem: Vim9: leaking memory when lacking white space in dict. Solution: Clear the typval.
author Bram Moolenaar <Bram@vim.org>
date Sat, 27 Jun 2020 17:15:03 +0200
parents f58ee30d863f
children d9e0db9b2b99
comparison
equal deleted inserted replaced
21037:0484ff664beb 21038:6ad5f0c99ee9
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 1070,
757 /**/ 759 /**/
758 1069, 760 1069,
759 /**/ 761 /**/
760 1068, 762 1068,
761 /**/ 763 /**/