1
0
forked from aniani/vim

patch 9.0.0413: ASAN reports a memory leak

Problem:    ASAN reports a memory leak.
Solution:   Free the string received from the server. (Ken Takata,
            closes #11080)
This commit is contained in:
K.Takata
2022-09-08 10:55:38 +01:00
committed by Bram Moolenaar
parent e5a420fb33
commit b0d12e63e8
2 changed files with 5 additions and 2 deletions

View File

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