]> git.ipfire.org Git - thirdparty/freeradius-server.git/commitdiff
Should now be fixed
authorArran Cudbard-Bell <a.cudbardb@freeradius.org>
Thu, 10 Sep 2020 23:21:36 +0000 (18:21 -0500)
committerArran Cudbard-Bell <a.cudbardb@freeradius.org>
Thu, 10 Sep 2020 23:21:36 +0000 (18:21 -0500)
src/lib/util/debug.c

index 46ce289478335a3aac9391f11e45e96fa7de3602..4f0735512f9ecaf23296d59ea20e84f218d8df71 100644 (file)
@@ -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