[systemd-devel] Leak mempool/hashmap

Jan Janssen medhefgo at web.de
Thu Nov 6 09:36:12 PST 2014


Hi,

I just noticed that mempool/hashmap leaks memory. It's as simple as this 
to trigger:

#include "hashmap.h"
int main(int argc, const char *argv[]) {
         Hashmap *m = hashmap_new(&string_hash_ops);
         hashmap_free(m);
}


More information about the systemd-devel mailing list