diff options
Diffstat (limited to 'leak-suppress.txt')
-rw-r--r-- | leak-suppress.txt | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/leak-suppress.txt b/leak-suppress.txt index e153d0c8e036..c3f372a3095c 100644 --- a/leak-suppress.txt +++ b/leak-suppress.txt @@ -57,3 +57,11 @@ leak:idlc/source/idlcmain.cxx # deliberate leak in cppunit leak:sal/cppunittester/cppunittester.cxx + +# TODO Firebird appears to be leaking like a sieve +leak:connectivity::firebird:: +leak:Firebird:: + +# TODO leaks in basic module +# these appears to be some kind of ref-counting cycle +leak:MacroSnippet::Compile() |