comparison src/version.c @ 27110:62b88e6cd791 v8.2.4084

patch 8.2.4084: memory leak when looking for autoload prefixed variable Commit: https://github.com/vim/vim/commit/130f65d46bca94535d30cef518a6184613fb7ebf Author: Bram Moolenaar <Bram@vim.org> Date: Thu Jan 13 20:39:41 2022 +0000 patch 8.2.4084: memory leak when looking for autoload prefixed variable Problem: Memory leak when looking for autoload prefixed variable. Solution: Free the concatenated string.
author Bram Moolenaar <Bram@vim.org>
date Thu, 13 Jan 2022 21:45:03 +0100
parents 92e2e96ff559
children 60df9f2679a6
comparison
equal deleted inserted replaced
27109:59e5456e816d 27110:62b88e6cd791
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 4084,
753 /**/ 755 /**/
754 4083, 756 4083,
755 /**/ 757 /**/
756 4082, 758 4082,
757 /**/ 759 /**/