source: buchla-emu/misc/buchla.supp@ 9373f5e

Last change on this file since 9373f5e was 9373f5e, checked in by Thomas Lopatic <thomas@…>, 7 years ago

Moved Valgrind suppressions.

  • Property mode set to 100644
File size: 208 bytes
Line 
1{
2 _dl_open
3 Memcheck:Leak
4 ...
5 fun:_dl_open
6}
7
8{
9 _dl_close
10 Memcheck:Leak
11 ...
12 fun:_dl_close
13}
14
15{
16 _XOpenLC
17 Memcheck:Leak
18 ...
19 fun:_XOpenLC
20}
21
22{
23 SDL_Init_REAL
24 Memcheck:Leak
25 ...
26 fun:SDL_Init_REAL
27}
28
Note: See TracBrowser for help on using the repository browser.