diff options
author | puppetmaster <puppetmaster> | 2005-07-25 17:06:37 +0000 |
---|---|---|
committer | puppetmaster <puppetmaster> | 2005-07-25 17:06:37 +0000 |
commit | f7314c870669f105d21814729b9fe2dd1160437d (patch) | |
tree | c5696f507133bb90ea3fef39fc4849c68f77fe2b /ecore/ecore.supp | |
parent | fix for struct usage ... -> and not "." (diff) | |
download | elock-f7314c870669f105d21814729b9fe2dd1160437d.tar.xz |
adding last snapshot of ecore for ecore_x_screensaver
Diffstat (limited to 'ecore/ecore.supp')
-rw-r--r-- | ecore/ecore.supp | 46 |
1 files changed, 46 insertions, 0 deletions
diff --git a/ecore/ecore.supp b/ecore/ecore.supp new file mode 100644 index 0000000..0d71252 --- /dev/null +++ b/ecore/ecore.supp @@ -0,0 +1,46 @@ +# $Id: ecore.supp,v 1.2 2004/10/19 16:40:25 tsauerbeck Exp $ +# valgrind suppression file for Ecore +# +{ + BogusLeakError + Memcheck:Leak + fun:malloc + obj:/usr/X11R6/lib/libX11.so.6.2 + fun:_XmbTextPropertyToTextList + fun:XmbTextPropertyToTextList +} +{ + bogus2 + Memcheck:Param + write(buf) + obj:/lib/ld-2.3.3.so + fun:_X11TransWrite + obj:/usr/X11R6/lib/libX11.so.6.2 + fun:_XReply +} +{ + bogus3 + Memcheck:Cond + obj:/usr/X11R6/lib/libX11.so.6.2 + obj:/usr/X11R6/lib/libX11.so.6.2 + obj:/usr/X11R6/lib/libX11.so.6.2 + fun:_XlcCreateLocaleDataBase +} +{ + bogus4 + Memcheck:Param + write(buf) + obj:/lib/ld-2.3.3.so + fun:_X11TransWrite + obj:/usr/X11R6/lib/libX11.so.6.2 + fun:_XFlush +} +{ + blah, blah, xlib sucks + Memcheck:Param + writev(vector[...]) + obj:/lib/ld-2.3.3.so + obj:/usr/X11R6/lib/libX11.so.6.2 + fun:_X11TransWritev + fun:_XSend +} |