From 51a59a0f622256595e1cc8f6dcd2c2791cbad76d Mon Sep 17 00:00:00 2001 From: "Justin M. Keyes" Date: Sat, 25 May 2019 11:13:18 +0200 Subject: lint --- src/nvim/if_cscope.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/nvim/if_cscope.c') diff --git a/src/nvim/if_cscope.c b/src/nvim/if_cscope.c index 2423fdcdae..4cb0c9a4ae 100644 --- a/src/nvim/if_cscope.c +++ b/src/nvim/if_cscope.c @@ -1530,7 +1530,7 @@ static void cs_fill_results(char *tagstr, size_t totmatches, int *nummatches_a, } /* for all cscope connections */ if (totsofar == 0) { - /* No matches, free the arrays and return NULL in "*matches_p". */ + // No matches, free the arrays and return NULL in "*matches_p". XFREE_CLEAR(matches); XFREE_CLEAR(cntxts); } -- cgit