summaryrefslogtreecommitdiff
path: root/etc
diff options
context:
space:
mode:
Diffstat (limited to 'etc')
-rw-r--r--etc/lsan.suppressions1
1 files changed, 1 insertions, 0 deletions
diff --git a/etc/lsan.suppressions b/etc/lsan.suppressions
index 2094b82cc5a..6e5fec0c5ba 100644
--- a/etc/lsan.suppressions
+++ b/etc/lsan.suppressions
@@ -8,6 +8,7 @@ leak:mongo::mutex::mutex
# Thread names leak from threads that are never terminated.
leak:mongo::setThreadName
+leak:mongo::getThreadName
# lets just ignore v8 for now. If we upgrade to newer v8
# try removing this suppression