comparison src/version.c @ 27307:bb36a04d7e34 v8.2.4182

patch 8.2.4182: memory leak when evaluating 'diffexpr' Commit: https://github.com/vim/vim/commit/39b8944539a9cde553fe709e535fdfd37d0f9307 Author: Bram Moolenaar <Bram@vim.org> Date: Sat Jan 22 18:21:36 2022 +0000 patch 8.2.4182: memory leak when evaluating 'diffexpr' Problem: Memory leak when evaluating 'diffexpr'. Solution: Use free_tv() instead of clear_tv().
author Bram Moolenaar <Bram@vim.org>
date Sat, 22 Jan 2022 19:30:02 +0100
parents 30d8437ad7cc
children 391011658d95
comparison
equal deleted inserted replaced
27306:2d3f381a0f64 27307:bb36a04d7e34
748 NULL 748 NULL
749 }; 749 };
750 750
751 static int included_patches[] = 751 static int included_patches[] =
752 { /* Add new patch number below this line */ 752 { /* Add new patch number below this line */
753 /**/
754 4182,
753 /**/ 755 /**/
754 4181, 756 4181,
755 /**/ 757 /**/
756 4180, 758 4180,
757 /**/ 759 /**/