Fixed restoration of the panel divider position.
[psensor.git] / scripts / base.supp
1 # -*- tab-width: 3; indent-tabs-mode: nil -*-
2 #
3 # Copyright (C) 2012  Daniel Trebbien
4 #
5 # This program is free software; you can redistribute it and/or
6 # modify it under the terms of the GNU General Public License
7 # as published by the Free Software Foundation; either version 2
8 # of the License, or (at your option) any later version.
9 #
10 # This program is distributed in the hope that it will be useful,
11 # but WITHOUT ANY WARRANTY; without even the implied warranty of
12 # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
13 # GNU General Public License for more details.
14 #
15 # You should have received a copy of the GNU General Public License
16 # along with this program; if not, write to the Free Software
17 # Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA  02110-1301, USA.
18
19 {
20    <insert_a_suppression_name_here>
21    Memcheck:Cond
22    fun:__GI___strcasecmp_l
23 }
24
25 {
26    <insert_a_suppression_name_here>
27    Memcheck:Value8
28    fun:__GI___strcasecmp_l
29 }
30
31 {
32    <insert_a_suppression_name_here>
33    Memcheck:Addr8
34    fun:__strspn_sse42
35 }
36
37 {
38    <insert_a_suppression_name_here>
39    Memcheck:Cond
40    fun:__strspn_sse42
41 }
42
43 {
44    <insert_a_suppression_name_here>
45    Memcheck:Addr4
46    fun:FcConfigFileExists
47 }
48
49
50 {
51    g_hash_table_insert_node() in ghash.c
52    Memcheck:Leak
53    ...
54    fun:g_memdup
55    fun:g_hash_table_insert_node
56 }
57
58 {
59    g_hash_table_resize() in ghash.c
60    Memcheck:Leak
61    ...
62    fun:g_hash_table_resize
63 }
64
65
66 {
67    <insert_a_suppression_name_here>
68    Memcheck:Leak
69    ...
70    fun:g_get_application_name
71 }
72
73 {
74    <insert_a_suppression_name_here>
75    Memcheck:Leak
76    ...
77    fun:g_get_home_dir
78 }
79
80 {
81    <insert_a_suppression_name_here>
82    Memcheck:Leak
83    ...
84    fun:g_get_host_name
85 }
86
87 {
88    <insert_a_suppression_name_here>
89    Memcheck:Leak
90    ...
91    fun:g_get_prgname
92 }
93
94 {
95    <insert_a_suppression_name_here>
96    Memcheck:Leak
97    ...
98    fun:g_get_real_name
99 }
100
101 {
102    <insert_a_suppression_name_here>
103    Memcheck:Leak
104    ...
105    fun:g_get_system_config_dirs
106 }
107
108 {
109    <insert_a_suppression_name_here>
110    Memcheck:Leak
111    ...
112    fun:g_get_system_data_dirs
113 }
114
115 {
116    <insert_a_suppression_name_here>
117    Memcheck:Leak
118    ...
119    fun:g_get_tmp_dir
120 }
121
122 {
123    <insert_a_suppression_name_here>
124    Memcheck:Leak
125    ...
126    fun:g_get_user_cache_dir
127 }
128
129 {
130    <insert_a_suppression_name_here>
131    Memcheck:Leak
132    ...
133    fun:g_get_user_config_dir
134 }
135
136 {
137    <insert_a_suppression_name_here>
138    Memcheck:Leak
139    ...
140    fun:g_get_user_data_dir
141 }
142
143 {
144    <insert_a_suppression_name_here>
145    Memcheck:Leak
146    ...
147    fun:g_get_user_name
148 }
149
150 {
151    <insert_a_suppression_name_here>
152    Memcheck:Leak
153    ...
154    fun:g_get_user_runtime_dir
155 }
156
157 {
158    <insert_a_suppression_name_here>
159    Memcheck:Leak
160    ...
161    fun:g_get_user_special_dir
162 }
163
164 {
165    <insert_a_suppression_name_here>
166    Memcheck:Leak
167    ...
168    fun:g_reload_user_special_dirs_cache
169 }
170
171 {
172    <insert_a_suppression_name_here>
173    Memcheck:Leak
174    ...
175    fun:g_set_application_name
176 }
177
178 {
179    <insert_a_suppression_name_here>
180    Memcheck:Leak
181    ...
182    fun:g_set_prgname
183 }
184
185
186 {
187    <insert_a_suppression_name_here>
188    Memcheck:Leak
189    ...
190    fun:g_random_double
191 }
192
193 {
194    <insert_a_suppression_name_here>
195    Memcheck:Leak
196    ...
197    fun:g_random_double_range
198 }
199
200 {
201    <insert_a_suppression_name_here>
202    Memcheck:Leak
203    ...
204    fun:g_random_int
205 }
206
207 {
208    <insert_a_suppression_name_here>
209    Memcheck:Leak
210    ...
211    fun:g_random_int_range
212 }
213
214 {
215    <insert_a_suppression_name_here>
216    Memcheck:Leak
217    ...
218    fun:g_random_set_seed
219 }
220
221
222 {
223    <insert_a_suppression_name_here>
224    Memcheck:Leak
225    ...
226    fun:g_bus_get
227    fun:g_bus_own_name
228 }
229
230 {
231    <insert_a_suppression_name_here>
232    Memcheck:Leak
233    ...
234    fun:g_hash_table_new
235    fun:g_bus_own_name
236 }
237
238 {
239    <insert_a_suppression_name_here>
240    Memcheck:Leak
241    ...
242    fun:g_main_context_ref_thread_default
243    fun:g_bus_own_name
244 }
245
246 {
247    <insert_a_suppression_name_here>
248    Memcheck:Leak
249    ...
250    fun:g_hash_table_new
251    fun:g_bus_own_name_on_connection
252 }
253
254 {
255    <insert_a_suppression_name_here>
256    Memcheck:Leak
257    ...
258    fun:g_variant_new
259    fun:g_bus_unown_name
260 }
261
262 {
263    _g_dbus_initialize() in gio/gdbusprivate.c
264    Memcheck:Leak
265    ...
266    fun:_g_dbus_initialize
267 }
268
269 {
270    <insert_a_suppression_name_here>
271    Memcheck:Leak
272    ...
273    fun:FcConfigSubstitute*
274    fun:pango_cairo_fc_font_map_fontset_key_substitute
275 }
276
277 {
278    _gtk_accessibility_init() in gail.c
279    Memcheck:Leak
280    ...
281    fun:atk_add_focus_tracker
282    fun:_gtk_accessibility_init
283 }
284
285
286 {
287    <insert_a_suppression_name_here>
288    Memcheck:Leak
289    ...
290    fun:gdk_display_manager_get
291 }
292
293 {
294    <insert_a_suppression_name_here>
295    Memcheck:Leak
296    ...
297    fun:gdk_display_manager_get_default_display
298 }
299
300
301 {
302    <insert_a_suppression_name_here>
303    Memcheck:Leak
304    ...
305    fun:gdk_display_get_default
306 }
307
308
309 {
310    <insert_a_suppression_name_here>
311    Memcheck:Leak
312    ...
313    fun:gtk_clipboard_get_for_display
314 }
315
316 {
317    <insert_a_suppression_name_here>
318    Memcheck:Leak
319    ...
320    fun:gtk_clipboard_request_contents
321 }
322
323 {
324    gtk_im_module_initialize() in gtkimmodule.c
325    Memcheck:Leak
326    ...
327    fun:gtk_im_module_initialize
328 }
329
330
331 {
332    <insert_a_suppression_name_here>
333    Memcheck:Leak
334    ...
335    fun:gtk_widget_get_style_context
336 }
337
338
339 {
340    <insert_a_suppression_name_here>
341    Memcheck:Leak
342    ...
343    fun:gtk_source_style_scheme_manager_get_default
344 }
345
346
347 {
348    <insert_a_suppression_name_here>
349    Memcheck:Leak
350    ...
351    fun:gtk_source_style_scheme_get_style
352 }