diff options
author | Andy Schwerin <schwerin@mongodb.com> | 2015-06-18 15:08:06 -0400 |
---|---|---|
committer | Andy Schwerin <schwerin@mongodb.com> | 2015-06-19 08:35:44 -0400 |
commit | 330a052a6a9125dd96ec4e6c360a551f06ed922e (patch) | |
tree | 133181b792f40b7e13f8c2d5e28ebd6cfb4f18b3 | |
parent | cb657e6dbbbe7feb94a06c4a1bc0a09f0782d274 (diff) | |
download | mongo-330a052a6a9125dd96ec4e6c360a551f06ed922e.tar.gz |
Extra lsan suppression.
-rw-r--r-- | etc/lsan.suppressions | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/etc/lsan.suppressions b/etc/lsan.suppressions index 6e5fec0c5ba..f66d8cf8060 100644 --- a/etc/lsan.suppressions +++ b/etc/lsan.suppressions @@ -13,3 +13,5 @@ leak:mongo::getThreadName # lets just ignore v8 for now. If we upgrade to newer v8 # try removing this suppression leak:v8:: + +leak:glob64 |