comparison src/version.c @ 31586:f36f920bad1a v9.0.1125

patch 9.0.1125: memory leak when using class functions Commit: https://github.com/vim/vim/commit/ec8b74f7ab37ac83045c9eba723daf3ff8d62fc2 Author: Bram Moolenaar <Bram@vim.org> Date: Sun Jan 1 14:11:27 2023 +0000 patch 9.0.1125: memory leak when using class functions Problem: Memory leak when using class functions. Solution: Clear and free the array with class functions.
author Bram Moolenaar <Bram@vim.org>
date Sun, 01 Jan 2023 15:15:04 +0100
parents cfc60c536a2f
children e94571ac4134
comparison
equal deleted inserted replaced
31585:d85a9fa468f2 31586:f36f920bad1a
693 NULL 693 NULL
694 }; 694 };
695 695
696 static int included_patches[] = 696 static int included_patches[] =
697 { /* Add new patch number below this line */ 697 { /* Add new patch number below this line */
698 /**/
699 1125,
698 /**/ 700 /**/
699 1124, 701 1124,
700 /**/ 702 /**/
701 1123, 703 1123,
702 /**/ 704 /**/