*** ../orig/asterisk/asterisk.c 2004-07-09 12:08:09.000000000 +0200 --- asterisk.c 2004-07-16 11:49:44.000000000 +0200 *************** static int ast_cli_display_match_list(ch *** 1133,1134 **** --- 1133,1135 ---- i--; + free(matches[idx]); continue; *************** static int ast_cli_display_match_list(ch *** 1138,1139 **** --- 1139,1141 ---- fprintf(stdout, "%-*s ", max, matches[idx]); + free(matches[idx]); }