ephysics: add valgrind suppression file

stop complaining about fontconfig and libz stuff



SVN revision: 77541
This commit is contained in:
Bruno Dilly 2012-10-05 15:41:10 +00:00
parent a91fd04ead
commit 227ef6982e
2 changed files with 15 additions and 1 deletions

View File

@ -1,4 +1,3 @@
* valgrind supp
* Sandbox tools to try different materials / properties
* create shape from image
* set best shape based on evas object

View File

@ -0,0 +1,15 @@
# EPhysics valgrind suppressions file
{
libz check
Memcheck:Cond
...
obj:*libz.so.*
}
{
libfontconfig check
Memcheck:Addr4
...
obj:*libfontconfig.so.*
}