1
0
forked from aniani/vim

patch 8.2.4158: MS-Windows: memory leak in :browse

Problem:    MS-Windows: memory leak in :browse.
Solution:   Free stuff before returning. (Ken Takata, closes #9574)
This commit is contained in:
K.Takata
2022-01-20 15:05:22 +00:00
committed by Bram Moolenaar
parent ae1bd87fe8
commit 14b8d6ac6b
2 changed files with 9 additions and 9 deletions

View File

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