forked from aniani/vim
patch 9.0.1079: leaking memory when defining a user command fails
Problem: Leaking memory when defining a user command fails. Solution: Free "compl_arg" when needed. (closes #11726)
This commit is contained in:
@@ -695,6 +695,8 @@ static char *(features[]) =
|
||||
|
||||
static int included_patches[] =
|
||||
{ /* Add new patch number below this line */
|
||||
/**/
|
||||
1079,
|
||||
/**/
|
||||
1078,
|
||||
/**/
|
||||
|
Reference in New Issue
Block a user