comparison src/version.c @ 26566:ba52a5ef59f1 v8.2.3812

patch 8.2.3812: Vim9: leaking memory in numbered function test Commit: https://github.com/vim/vim/commit/57bc2333b1d713bc54f8e33ef3ef7ac169af2ac4 Author: Bram Moolenaar <Bram@vim.org> Date: Wed Dec 15 12:06:43 2021 +0000 patch 8.2.3812: Vim9: leaking memory in numbered function test Problem: Vim9: leaking memory in numbered function test. Solution: Skip "g:" when checking for numbered function. Clean up after errors properly.
author Bram Moolenaar <Bram@vim.org>
date Wed, 15 Dec 2021 13:15:03 +0100
parents 7f90bde42bcc
children c675779d5f2b
comparison
equal deleted inserted replaced
26565:7e742336d4bd 26566:ba52a5ef59f1
747 NULL 747 NULL
748 }; 748 };
749 749
750 static int included_patches[] = 750 static int included_patches[] =
751 { /* Add new patch number below this line */ 751 { /* Add new patch number below this line */
752 /**/
753 3812,
752 /**/ 754 /**/
753 3811, 755 3811,
754 /**/ 756 /**/
755 3810, 757 3810,
756 /**/ 758 /**/