]> git.ipfire.org Git - thirdparty/freeradius-server.git/commitdiff
Remov errant commas
authorArran Cudbard-Bell <a.cudbardb@freeradius.org>
Sat, 24 Apr 2021 00:11:56 +0000 (19:11 -0500)
committerArran Cudbard-Bell <a.cudbardb@freeradius.org>
Sat, 24 Apr 2021 00:11:56 +0000 (19:11 -0500)
src/lib/util/debug.c

index 14bd0c30cc34598775e7157ef75f962f24849407..b95e7513eb71e764bf89e5b52d9025ae59eb90aa 100644 (file)
@@ -170,10 +170,10 @@ char const CC_HINT(used) *__lsan_default_suppressions(void)
                /* Perl >= 5.32.0 - Upstream bug, tracked by https://github.com/Perl/perl5/issues/18108 */
                "leak:perl_construct"
 #elif defined(__linux__)
-               "leak:kqueue\n",
-               "leak:*getpwnam_r*\n",                  /* libc startup leak - reported by heaptrack */
-               "leak:initgroups\n",                    /* libc startup leak - reported by heaptrack */
-               "leak:_dl_init",                        /* dl startup leak - reported by heaptrack */
+               "leak:kqueue\n"
+               "leak:*getpwnam_r*\n"                   /* libc startup leak - reported by heaptrack */
+               "leak:initgroups\n"                     /* libc startup leak - reported by heaptrack */
+               "leak:_dl_init"                         /* dl startup leak - reported by heaptrack */
 #elif defined(__FreeBSD__)
                NULL
 #endif