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);
}
_______________________________________________
systemd-devel mailing list
[email protected]
http://lists.freedesktop.org/mailman/listinfo/systemd-devel

Reply via email to