EPhysics: suppersions file

Add leak suppressions for eet and eina mempool leaks.


Patch by: Leandro Dorileo <dorileo@profusion.mobi>



SVN revision: 78087
This commit is contained in:
Leandro Dorileo 2012-10-16 23:12:40 +00:00 committed by Bruno Dilly
parent eb4860c6e1
commit d06196ca8d
1 changed files with 14 additions and 0 deletions

View File

@ -13,3 +13,17 @@
...
obj:*libfontconfig.so.*
}
{
eina_mempool check
Memcheck:Leak
...
fun:eina_mempool_add
}
{
eet_mem_alloc check
Memcheck:Leak
...
fun:_eet_mem_alloc
}