]> git.ipfire.org Git - thirdparty/systemd.git/commit - meson.build
meson: link NSS modules with -z nodelete (#7607)
authorLennart Poettering <lennart@poettering.net>
Tue, 12 Dec 2017 19:13:16 +0000 (20:13 +0100)
committerZbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl>
Tue, 12 Dec 2017 19:13:16 +0000 (20:13 +0100)
commitb4b36f4405b7fba0deb2a0d6b5379e7ef66e5c61
tree531946d0b7318aa8bc9c6b37620b6d011ea5966d
parentcb9eeb062c323391fcd98da0c30e844fa5162e90
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
meson.build