From: Arran Cudbard-Bell Date: Thu, 10 Sep 2020 23:21:36 +0000 (-0500) Subject: Should now be fixed X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=13ebcd5b1b2e299ecba600a9f84dadc4e7f253eb;p=thirdparty%2Ffreeradius-server.git Should now be fixed --- diff --git a/src/lib/util/debug.c b/src/lib/util/debug.c index 46ce2894783..4f0735512f9 100644 --- a/src/lib/util/debug.c +++ b/src/lib/util/debug.c @@ -168,8 +168,6 @@ char const CC_HINT(used) *__lsan_default_suppressions(void) "leak:fork\n" /* Perl >= 5.32.0 - Upstream bug, tracked by https://github.com/Perl/perl5/issues/18108 */ "leak:perl_construct" -#elif defined(__linux__) - "leak:kqueue" #elif defined(__FreeBSD__) NULL #endif