delta/delta.c: initialize bottom for fail state

This commit is contained in:
Harald Hoyer 2012-05-16 14:22:45 +02:00 committed by Lennart Poettering
parent c3ba62509e
commit d966a7b363

View file

@ -231,7 +231,7 @@ finish:
static int process_suffix(const char *prefixes, const char *suffix) {
const char *p;
char *f;
Hashmap *top, *bottom;
Hashmap *top, *bottom=NULL;
int r = 0, k;
Iterator i;
int n_found = 0;