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:
parent
8260358d5a
commit
f0cf061eda
@ -460,7 +460,7 @@ finish:
|
||||
free(pack_fn);
|
||||
|
||||
while ((p = hashmap_steal_first_key(files)))
|
||||
free(q);
|
||||
free(p);
|
||||
|
||||
hashmap_free(files);
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user