readahead-collect: typo, free the correct pointer

This commit is contained in:
Harald Hoyer 2010-09-24 12:06:04 +02:00 committed by Lennart Poettering
parent 8260358d5a
commit f0cf061eda
1 changed files with 1 additions and 1 deletions

View File

@ -460,7 +460,7 @@ finish:
free(pack_fn);
while ((p = hashmap_steal_first_key(files)))
free(q);
free(p);
hashmap_free(files);