I have an application that uses GTK+ and Glade; running Valgrind with the memcheck tool outputs about 2,000 errors. Does anyone have a good suppression file they can share for GTK applications?
I tried these, but each still leaves me with ~900 errors:
- http://www.vips.ecs.soton.ac.uk/development/nip2.supp
- http://www.gnome.org/~johan/gtk.suppression
- https://gist.github.com/758760
A copy of the code I'm working with can be found here. Do make run
to build the GUI (there is nothing but the GUI in this copy of the code).