From: Arran Cudbard-Bell Date: Sat, 24 Apr 2021 02:39:05 +0000 (-0500) Subject: ...and another X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=0cdd22aeb4349d04bc924dddb31b23fa721d7ab6;p=thirdparty%2Ffreeradius-server.git ...and another --- diff --git a/src/lib/util/debug.c b/src/lib/util/debug.c index fcdfdf2f952..5feaf740cf0 100644 --- a/src/lib/util/debug.c +++ b/src/lib/util/debug.c @@ -158,7 +158,7 @@ DIAG_OFF(missing-prototypes) char const CC_HINT(used) *__lsan_default_suppressions(void) { return - "leak:CRYPTO_THREAD_lock_new\n", /* OpenSSL init leak - reported by heaptrack */ + "leak:CRYPTO_THREAD_lock_new\n" /* OpenSSL init leak - reported by heaptrack */ #if defined(__APPLE__) "leak:getaddrinfo\n" "leak:*gmtsub*\n"