From: Alan T. DeKok Date: Mon, 18 Jul 2022 22:28:39 +0000 (-0400) Subject: more leak suppressions for recent OSX X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=a58757ae1acc6e670a3c08ffaf87b6bf3854dd90;p=thirdparty%2Ffreeradius-server.git more leak suppressions for recent OSX --- diff --git a/src/lib/util/debug.c b/src/lib/util/debug.c index 2e66b60955b..096ad089506 100644 --- a/src/lib/util/debug.c +++ b/src/lib/util/debug.c @@ -166,6 +166,9 @@ char const CC_HINT(used) *__lsan_default_suppressions(void) "leak:_st_tzset_basic\n" "leak:newlocale\n" "leak:libsystem_notify\n" + "leak:attachCategories\n" + "leak:load_images\n" + "leak:realizeClassWithoutSwift\n" /* Perl >= 5.32.0 - Upstream bug, tracked by https://github.com/Perl/perl5/issues/18108 */ "leak:perl_construct" #elif defined(__linux__)