summaryrefslogtreecommitdiffstats
path: root/suppressions.lsan
diff options
context:
space:
mode:
authorChristian Mollekopf <chrigi_1@fastmail.fm>2017-11-14 10:57:21 +0100
committerChristian Mollekopf <chrigi_1@fastmail.fm>2017-11-14 10:57:21 +0100
commitd5582d7e53cd2bf3814e3571dd2052bc9836f82d (patch)
treeeca18d3b4cea27431ffff60b16594bd1cbea0ae9 /suppressions.lsan
parent146d345cae4b94b2a798ae7597758071cfa401a9 (diff)
downloadsink-d5582d7e53cd2bf3814e3571dd2052bc9836f82d.tar.gz
sink-d5582d7e53cd2bf3814e3571dd2052bc9836f82d.zip
qrand is leaking it seems?
perhaps just not properly instrumented.
Diffstat (limited to 'suppressions.lsan')
-rw-r--r--suppressions.lsan2
1 files changed, 2 insertions, 0 deletions
diff --git a/suppressions.lsan b/suppressions.lsan
index 9a56cd6..44a0d12 100644
--- a/suppressions.lsan
+++ b/suppressions.lsan
@@ -4,3 +4,5 @@ leak:mdb_dbi_open
4leak:liblmdb.so 4leak:liblmdb.so
5#We're currently leaking ResourceAccess::Private 5#We're currently leaking ResourceAccess::Private
6leak:ResourceAccess 6leak:ResourceAccess
7#There seems to be a tiny leak in qrand that we can't do anything about
8leak:qrand