forked from miniupnp/grafx2
-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathvalgrind.grafx2.suppr
More file actions
103 lines (102 loc) · 1.34 KB
/
valgrind.grafx2.suppr
File metadata and controls
103 lines (102 loc) · 1.34 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
{
SDL_Init_1
Memcheck:Cond
...
fun:SDL_InitSubSystem
fun:SDL_Init
fun:Init_program
fun:main
}
{
SDL_Init_2
Memcheck:Value8
...
fun:SDL_InitSubSystem
fun:SDL_Init
fun:Init_program
fun:main
}
{
SDL_Init Leaks
Memcheck:Leak
match-leak-kinds: all
...
fun:SDL_InitSubSystem
fun:SDL_Init
...
}
{
SDL_VideoInit Leaks
Memcheck:Leak
match-leak-kinds: all
...
fun:SDL_VideoInit
...
}
{
SDL_JoystickOpen
Memcheck:Cond
...
fun:SDL_JoystickOpen
fun:Init_program
fun:main
}
{
SDL_JoystickOpen 2
Memcheck:Value8
...
fun:SDL_JoystickOpen
fun:Init_program
fun:main
}
{
SDL_WM_SetCaption
Memcheck:Cond
...
fun:SDL_WM_SetCaption
fun:Init_program
}
{
SDL_WM_SetCaption_2
Memcheck:Param
openat(filename)
fun:_openat
...
fun:SDL_WM_SetCaption
}
{
SDK_WM_SetCaption Leaks
Memcheck:Leak
match-leak-kinds: all
...
fun:SDL_WM_SetCaption
fun:Init_program
}
{
SDL_SetVideoMode
Memcheck:Param
writev(vector[...])
fun:_writev
...
fun:SDL_SetVideoMode
fun:Set_mode_SDL
fun:Init_mode_video
}
{
SDL_JoystrickUpdate
Memcheck:Param
read(count)
fun:_read
...
fun:SDL_JoystickUpdate
...
fun:main
}
{
SDL_JoystrickUpdate2
Memcheck:Cond
...
fun:SDL_JoystickUpdate
...
fun:main
}