1
0
forked from aniani/vim

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.
This commit is contained in:
Bram Moolenaar
2023-01-01 14:11:27 +00:00
parent 1aeb3eb092
commit ec8b74f7ab
2 changed files with 9 additions and 0 deletions

View File

@@ -695,6 +695,8 @@ static char *(features[]) =
static int included_patches[] =
{ /* Add new patch number below this line */
/**/
1125,
/**/
1124,
/**/