This commit is contained in:
Justin M. Keyes
2019-05-25 11:13:18 +02:00
parent c4f56c4134
commit 51a59a0f62
8 changed files with 17 additions and 15 deletions

View File

@@ -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);
}