diff options
author | George McCollister <george.mccollister@gmail.com> | 2013-08-01 12:40:01 -0500 |
---|---|---|
committer | Zbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl> | 2013-08-02 11:25:45 -0400 |
commit | 8e6d9397b550f5617fc9231e3a275348cda23c89 (patch) | |
tree | 011c2396e2240382ec344a0fd778c27536ba1461 /LICENSE.LGPL2.1 | |
parent | 3b6c7e78cf38c1cad8fbb44d21e40ebf69c7cc77 (diff) |
journal: fix hashmap leak in mmap-cache
hashmap_free() wasn't being called on m->contexts and m->fds resulting
in a leak.
To reproduce do:
while(1) {
sd_journal_open(&j, SD_JOURNAL_LOCAL_ONLY);
sd_journal_close(j);
}
Memory usage will increase until OOM.
Diffstat (limited to 'LICENSE.LGPL2.1')
0 files changed, 0 insertions, 0 deletions