forked from aniani/vim
patch 8.2.4652: leaking memory if assignment fails
Problem: Leaking memory if assignment fails. Solution: Clear assigned value on failure.
This commit is contained in:
@@ -750,6 +750,8 @@ static char *(features[]) =
|
||||
|
||||
static int included_patches[] =
|
||||
{ /* Add new patch number below this line */
|
||||
/**/
|
||||
4652,
|
||||
/**/
|
||||
4651,
|
||||
/**/
|
||||
|
Reference in New Issue
Block a user