diff options
author | Stephan Bergmann <sbergman@redhat.com> | 2014-05-22 14:26:57 +0200 |
---|---|---|
committer | Stephan Bergmann <sbergman@redhat.com> | 2014-05-22 14:33:31 +0200 |
commit | ec46bb9ff8d165ab7f4537e305f8d0dae707fcf8 (patch) | |
tree | 7edd46da463abd0fb3f0b27323655c11ef6f6e45 /leak-suppress.txt | |
parent | 0a181c9aa28f1e1315e31623c1f04e774d300ec3 (diff) |
Silence remaining memory leaks in soltools/cpp when run with lsan
Change-Id: Ia71c9abedfd325b9f5bb2a5e28b2386db5c2fd6b
Diffstat (limited to 'leak-suppress.txt')
-rw-r--r-- | leak-suppress.txt | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/leak-suppress.txt b/leak-suppress.txt index 3370a5523eec..b9a1fd251fe3 100644 --- a/leak-suppress.txt +++ b/leak-suppress.txt @@ -16,3 +16,6 @@ leak:cppu::defaultBootstrap_InitialComponentContext # global objects leak:SfxFilterContainer::ReadSingleFilter_Impl + +# build-time tool soltools/cpp: +leak:soltools/cpp/_cpp.c |