Line | |
---|
1 | # |
---|
2 | # This is a valgrind suppression file that should be used when using valgrind with arb. |
---|
3 | # |
---|
4 | # Contains common errors |
---|
5 | # - motif specific errors should go into arb_motif.supp |
---|
6 | # - gtk specific errors should go into arb_gtk.supp |
---|
7 | # |
---|
8 | # see also arb_valgrind@suppressions |
---|
9 | # see also LeakSanitizer suppressions in arb.leaksan.supp |
---|
10 | |
---|
11 | { |
---|
12 | arb: leaks loaded xfig-data with AW_window |
---|
13 | Memcheck:Leak |
---|
14 | ... |
---|
15 | fun:_ZN9AW_window9load_xfigEPKcb |
---|
16 | ... |
---|
17 | } |
---|
18 | |
---|
Note: See
TracBrowser
for help on using the repository browser.