[Libreoffice-commits] core.git: leak-suppress.txt

Markus Mohrhard markus.mohrhard at googlemail.com
Tue May 27 13:40:43 PDT 2014


 leak-suppress.txt |    3 +++
 1 file changed, 3 insertions(+)

New commits:
commit d96d55d2fcae3265aa7df8bb65cad711b22c95c3
Author: Markus Mohrhard <markus.mohrhard at googlemail.com>
Date:   Tue May 27 15:53:07 2014 +0200

    add ResMgr::CreateResMgr to Lsan suppressions file
    
    Change-Id: Ia5fa3f15ed3dbf37aa76959073be1796c8c8c043

diff --git a/leak-suppress.txt b/leak-suppress.txt
index b9a1fd2..096027e 100644
--- a/leak-suppress.txt
+++ b/leak-suppress.txt
@@ -19,3 +19,6 @@ leak:SfxFilterContainer::ReadSingleFilter_Impl
 
 # build-time tool soltools/cpp:
 leak:soltools/cpp/_cpp.c
+
+# resource managers, normally global objects
+leak:ResMgr::CreateResMgr


More information about the Libreoffice-commits mailing list