diff options
Diffstat (limited to 'suppressions.lsan')
-rw-r--r-- | suppressions.lsan | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/suppressions.lsan b/suppressions.lsan index cb7c857..9737bd4 100644 --- a/suppressions.lsan +++ b/suppressions.lsan | |||
@@ -2,8 +2,6 @@ leak:mdb_env_open | |||
2 | leak:mdb_dbi_open | 2 | leak:mdb_dbi_open |
3 | #Catch everything from lmdb for now | 3 | #Catch everything from lmdb for now |
4 | leak:liblmdb.so | 4 | leak:liblmdb.so |
5 | #We're currently leaking ResourceAccess::Private | ||
6 | leak:ResourceAccess | ||
7 | #There seems to be a tiny leak in qrand that we can't do anything about | 5 | #There seems to be a tiny leak in qrand that we can't do anything about |
8 | leak:qrand | 6 | leak:qrand |
9 | leak:ApplicationDomain::getTypeName | 7 | leak:ApplicationDomain::getTypeName |