comparison src/version.c @ 22856:3b476f974406 v8.2.1975

patch 8.2.1975: Win32: memory leak when encoding conversion fails Commit: https://github.com/vim/vim/commit/bbf9f344afd08954163191ed678352fb554fc254 Author: Bram Moolenaar <Bram@vim.org> Date: Tue Nov 10 22:03:40 2020 +0100 patch 8.2.1975: Win32: memory leak when encoding conversion fails Problem: Win32: memory leak when encoding conversion fails. Solution: Free the allocated memory. (Ken Takata, closes https://github.com/vim/vim/issues/7277)
author Bram Moolenaar <Bram@vim.org>
date Tue, 10 Nov 2020 22:15:03 +0100
parents eea4e7b67f24
children 52b5aa2e8c8f
comparison
equal deleted inserted replaced
22855:eb8514ea9e59 22856:3b476f974406
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 1975,
753 /**/ 755 /**/
754 1974, 756 1974,
755 /**/ 757 /**/
756 1973, 758 1973,
757 /**/ 759 /**/