added valgrind suppression file for ecore

SVN revision: 8547
This commit is contained in:
tsauerbeck 2004-01-17 23:50:13 +00:00 committed by tsauerbeck
parent 2ed0dc9a77
commit f28a4af246
1 changed files with 11 additions and 0 deletions

11
legacy/ecore/ecore.supp Normal file
View File

@ -0,0 +1,11 @@
# $Id$
# valgrind suppression file for Ecore
#
{
BogusLeakError
Memcheck:Leak
fun:malloc
obj:/usr/X11R6/lib/libX11.so.6.2
fun:_XmbTextPropertyToTextList
fun:XmbTextPropertyToTextList
}