1
1
mirror of https://github.com/systemd/systemd-stable.git synced 2024-12-25 23:21:33 +03:00

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

View File

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