mirror of
https://github.com/vim/vim.git
synced 2025-09-23 03:43:49 -04:00
updated for version 7.3.1142
Problem: Memory leak in ":syntime report". Solution: Clear the grow array. (Dominique Pelle)
This commit is contained in:
@@ -6689,6 +6689,7 @@ syntime_report()
|
|||||||
msg_outtrans_len(p->pattern, len);
|
msg_outtrans_len(p->pattern, len);
|
||||||
MSG_PUTS("\n");
|
MSG_PUTS("\n");
|
||||||
}
|
}
|
||||||
|
ga_clear(&ga);
|
||||||
if (!got_int)
|
if (!got_int)
|
||||||
{
|
{
|
||||||
MSG_PUTS("\n");
|
MSG_PUTS("\n");
|
||||||
|
@@ -728,6 +728,8 @@ static char *(features[]) =
|
|||||||
|
|
||||||
static int included_patches[] =
|
static int included_patches[] =
|
||||||
{ /* Add new patch number below this line */
|
{ /* Add new patch number below this line */
|
||||||
|
/**/
|
||||||
|
1142,
|
||||||
/**/
|
/**/
|
||||||
1141,
|
1141,
|
||||||
/**/
|
/**/
|
||||||
|
Reference in New Issue
Block a user