diff options
-rw-r--r-- | src/delta/delta.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/delta/delta.c b/src/delta/delta.c index 1a5b08a7d0..4694fc8bc0 100644 --- a/src/delta/delta.c +++ b/src/delta/delta.c @@ -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; |