From: Lennart Poettering Date: Tue, 12 Dec 2017 19:13:16 +0000 (+0100) Subject: meson: link NSS modules with -z nodelete (#7607) X-Git-Url: http://www.chiark.greenend.org.uk/ucgi/~ianmdlvl/git?a=commitdiff_plain;h=9c7f04ad328f82e5472d8f948b2d60e8218d9cc4;p=elogind.git meson: link NSS modules with -z nodelete (#7607) We might end up allocating mempools, and when we are unloaded we might orphan them, thus leaking them. Hence, let's just stick around for good, so the mempools remain referenced continously and for good, and thus no memory is leaked (though the memory isn't cleaned up either). Fixes: #7596 ---