diff options
author | Stephan Bergmann <sbergman@redhat.com> | 2014-05-22 10:52:06 +0200 |
---|---|---|
committer | Stephan Bergmann <sbergman@redhat.com> | 2014-05-22 10:52:06 +0200 |
commit | e72d794b3911eef7ed480fa895fa0b4ea0951f92 (patch) | |
tree | c32fce2c5728bca6b5167b4f36dceb604c34309c /leak-suppress.txt | |
parent | 344dc7fd0684acc31f4c18e99e65bfa6700c9c64 (diff) |
Moved leak-suppress.txt from dev-tools to core repo
from 196396ffc72bbb1e4f9bbc8ff83432e22bf638af:leak-sanitizer/leak-suppress.txt
Change-Id: Icc7bab46de7a8e63ce149fd0277283f267fb2931
Diffstat (limited to 'leak-suppress.txt')
-rw-r--r-- | leak-suppress.txt | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/leak-suppress.txt b/leak-suppress.txt new file mode 100644 index 000000000000..5e99d64323ec --- /dev/null +++ b/leak-suppress.txt @@ -0,0 +1,9 @@ + +#uno typelib +leak:cppu/source/typelib/typelib.cxx + +# uno component context +leak:cppu::defaultBootstrap_InitialComponentContext + +# global objects +leak:SfxFilterContainer::ReadSingleFilter_Impl |