Files
systemd-stable/src
George McCollister 81be5f2e03 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.
2013-10-29 10:56:07 -04:00
..
2012-12-31 21:24:26 +01:00
2013-04-08 20:35:25 +02:00
2013-03-29 15:47:43 +01:00
2013-02-13 00:12:58 +01:00
2013-03-31 14:28:36 -04:00
2013-04-05 19:58:53 -04:00