Problem: Leaking memory when syntax cluster id is unknown. (Coverity)
Solution: Free the memory.
if (scl_id >= 0)
syn_combine_list(&SYN_CLSTR(curwin->w_s)[scl_id].scl_list,
&clstr_list, list_op);
+ else
+ vim_free(clstr_list);
got_clstr = TRUE;
}
}
if (count != 0)
{
- EMSG2(_("E408: %s must be first in contains list"), name + 1);
+ EMSG2(_("E408: %s must be first in contains list"),
+ name + 1);
failed = TRUE;
vim_free(name);
break;
static int included_patches[] =
{ /* Add new patch number below this line */
+/**/
+ 214,
/**/
213,
/**/