mirror of
https://github.com/neovim/neovim.git
synced 2025-10-03 00:18:33 +00:00
lint
This commit is contained in:
@@ -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);
|
||||
}
|
||||
|
Reference in New Issue
Block a user