source: branches/profile/SOURCE_TOOLS/arb_gtk.supp

Last change on this file was 12333, checked in by westram, 10 years ago
  • suppress many leaks (and two illegal memory accesses) caused by arbs motif usage (or by motif itself)
    • previously most of these just were "ignored" in output by valgrind2grep (removed them there)
  • valgrind always generates suppressions (copy&paste them from output if needed)
File size: 345 bytes
Line 
1#
2# This is a valgrind suppression file that should be used when using valgrind with arb-gtk.
3# Suppressions common for gtk and motif version should go into arb.supp
4#
5# see also arb_valgrind@suppressions
6
7{
8   Suppress leaking in getdelim (happens once per process in libselinux startup code)
9   Memcheck:Leak
10   fun:malloc
11   fun:getdelim
12}
13
Note: See TracBrowser for help on using the repository browser.