diff options
author | Andrew Morrow <acm@mongodb.com> | 2016-06-16 12:48:30 -0400 |
---|---|---|
committer | Andrew Morrow <acm@mongodb.com> | 2017-02-27 23:38:16 -0500 |
commit | 9dfb28da2fbf9b1ba6b17ad873dde0db1863694f (patch) | |
tree | 5595f7fb6970f49f258034121b5dbcdf1c824b81 /etc | |
parent | 27026169e795dc090e692fb27f93645e6646be48 (diff) | |
download | mongo-9dfb28da2fbf9b1ba6b17ad873dde0db1863694f.tar.gz |
SERVER-28094 Remove the StaticObserver
Diffstat (limited to 'etc')
-rw-r--r-- | etc/lsan.suppressions | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/etc/lsan.suppressions b/etc/lsan.suppressions index b2bb87a3b95..8d0eaea9296 100644 --- a/etc/lsan.suppressions +++ b/etc/lsan.suppressions @@ -1,11 +1,6 @@ # 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 |