summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--src/if_cscope.c3
-rw-r--r--src/version.c2
2 files changed, 5 insertions, 0 deletions
diff --git a/src/if_cscope.c b/src/if_cscope.c
index bbb429ab91..f52316faec 100644
--- a/src/if_cscope.c
+++ b/src/if_cscope.c
@@ -1813,7 +1813,10 @@ cs_file_results(FILE *f, int *nummatches_a)
context = alloc(strlen(cntx)+5);
if (context == NULL)
+ {
+ vim_free(fullname);
continue;
+ }
if (strcmp(cntx, "<global>")==0)
strcpy(context, "<<global>>");
diff --git a/src/version.c b/src/version.c
index 804899f064..ab00e37c79 100644
--- a/src/version.c
+++ b/src/version.c
@@ -751,6 +751,8 @@ static char *(features[]) =
static int included_patches[] =
{ /* Add new patch number below this line */
/**/
+ 2457,
+/**/
2456,
/**/
2455,