summaryrefslogtreecommitdiff
path: root/etc/lsan.suppressions
blob: b2bb87a3b9519ae4bb1c5a99468a0a6b8dc4348c (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
# Client objects are leaked in threads that are never terminated
leak:mongo::Client::Client

# Insanity related to the fact that the static observer
# prevents deleting mutexes during clean shutdown. If you
# remove the StaticObserver, remove this too.
leak:mongo::mutex::mutex

# Thread names leak from threads that are never terminated.
leak:mongo::setThreadName
leak:mongo::getThreadName

leak:glob64