diff --git a/src/names.c b/src/names.c index 1146020b..ea2ce76e 100644 --- a/src/names.c +++ b/src/names.c @@ -871,7 +871,7 @@ void collect_and_sort_names (void) { struct name *name; - struct name *next_name, *prev_name; + struct name *next_name, *prev_name = NULL; int num_names; struct stat statbuf; Hash_table *nametab;