diff options
author | Markus Mohrhard <markus.mohrhard@googlemail.com> | 2016-03-12 15:21:55 +0100 |
---|---|---|
committer | Markus Mohrhard <markus.mohrhard@googlemail.com> | 2016-03-12 17:20:16 +0100 |
commit | 98abd6bbed4151df6b3318526863f842be3ac4a7 (patch) | |
tree | eb16a8fe55836ccf66b4dd61e1bd4fb4b3d4e3b5 /leak-suppress.txt | |
parent | a9c3b23c3b68b7dfa84e0c96e3acb74b4ebb876a (diff) |
ignore a few low level libc leaks for now
Change-Id: I9899ee038a3ed323b77985f63fe189fc39ac1998
Diffstat (limited to 'leak-suppress.txt')
-rw-r--r-- | leak-suppress.txt | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/leak-suppress.txt b/leak-suppress.txt index a951971d8f3d..ce4b42350a2c 100644 --- a/leak-suppress.txt +++ b/leak-suppress.txt @@ -44,3 +44,7 @@ leak:libGL.so # knowingly leaked in the unit tests to get a SfxMedium leak:SfxObjectShell::DoInitUnitTest + +# ignore some libc related leaks +leak:__new_exitfn +leak:__GI___strdup |