diff --git a/legacy/ecore/ecore.supp b/legacy/ecore/ecore.supp new file mode 100644 index 0000000000..386e1dd70c --- /dev/null +++ b/legacy/ecore/ecore.supp @@ -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 +}