0
0
mirror of https://github.com/mongodb/mongo.git synced 2024-11-24 08:30:56 +01:00
mongodb/etc/lsan.suppressions
2015-08-25 16:54:38 -04:00

14 lines
404 B
Plaintext

# 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