From 227ef6982edc5e7a31f74077b93e82aeb33d7d6f Mon Sep 17 00:00:00 2001 From: Bruno Dilly Date: Fri, 5 Oct 2012 15:41:10 +0000 Subject: [PATCH] ephysics: add valgrind suppression file stop complaining about fontconfig and libz stuff SVN revision: 77541 --- legacy/ephysics/TODO | 1 - legacy/ephysics/ephysics.supp | 15 +++++++++++++++ 2 files changed, 15 insertions(+), 1 deletion(-) create mode 100644 legacy/ephysics/ephysics.supp diff --git a/legacy/ephysics/TODO b/legacy/ephysics/TODO index 22e5c4d38f..b1db46712a 100644 --- a/legacy/ephysics/TODO +++ b/legacy/ephysics/TODO @@ -1,4 +1,3 @@ -* valgrind supp * Sandbox tools to try different materials / properties * create shape from image * set best shape based on evas object diff --git a/legacy/ephysics/ephysics.supp b/legacy/ephysics/ephysics.supp new file mode 100644 index 0000000000..a1e619877e --- /dev/null +++ b/legacy/ephysics/ephysics.supp @@ -0,0 +1,15 @@ +# EPhysics valgrind suppressions file + +{ + libz check + Memcheck:Cond + ... + obj:*libz.so.* +} + +{ + libfontconfig check + Memcheck:Addr4 + ... + obj:*libfontconfig.so.* +}