1
0
mirror of https://github.com/systemd/systemd.git synced 2025-03-31 14:50:15 +03:00

journald: fix minor memory leak

This commit is contained in:
Lennart Poettering 2014-11-03 21:11:16 +01:00
parent cfb1f5df7c
commit 99d0966e75
Notes: Lennart Poettering 2014-11-04 18:11:19 +01:00
Backport: bugfix

View File

@ -1690,6 +1690,7 @@ void server_done(Server *s) {
free(s->buffer);
free(s->tty_path);
free(s->cgroup_root);
free(s->hostname_field);
if (s->mmap)
mmap_cache_unref(s->mmap);