Fixed restoration of the panel divider position.
[psensor.git] / scripts / glib.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 {
21    g_hash_table_insert_node() in ghash.c
22    Memcheck:Leak
23    ...
24    fun:g_memdup
25    fun:g_hash_table_insert_node
26 }
27
28 {
29    g_hash_table_resize() in ghash.c
30    Memcheck:Leak
31    ...
32    fun:g_hash_table_resize
33 }
34
35
36 {
37    <insert_a_suppression_name_here>
38    Memcheck:Leak
39    ...
40    fun:g_get_application_name
41 }
42
43 {
44    <insert_a_suppression_name_here>
45    Memcheck:Leak
46    ...
47    fun:g_get_home_dir
48 }
49
50 {
51    <insert_a_suppression_name_here>
52    Memcheck:Leak
53    ...
54    fun:g_get_host_name
55 }
56
57 {
58    <insert_a_suppression_name_here>
59    Memcheck:Leak
60    ...
61    fun:g_get_prgname
62 }
63
64 {
65    <insert_a_suppression_name_here>
66    Memcheck:Leak
67    ...
68    fun:g_get_real_name
69 }
70
71 {
72    <insert_a_suppression_name_here>
73    Memcheck:Leak
74    ...
75    fun:g_get_system_config_dirs
76 }
77
78 {
79    <insert_a_suppression_name_here>
80    Memcheck:Leak
81    ...
82    fun:g_get_system_data_dirs
83 }
84
85 {
86    <insert_a_suppression_name_here>
87    Memcheck:Leak
88    ...
89    fun:g_get_tmp_dir
90 }
91
92 {
93    <insert_a_suppression_name_here>
94    Memcheck:Leak
95    ...
96    fun:g_get_user_cache_dir
97 }
98
99 {
100    <insert_a_suppression_name_here>
101    Memcheck:Leak
102    ...
103    fun:g_get_user_config_dir
104 }
105
106 {
107    <insert_a_suppression_name_here>
108    Memcheck:Leak
109    ...
110    fun:g_get_user_data_dir
111 }
112
113 {
114    <insert_a_suppression_name_here>
115    Memcheck:Leak
116    ...
117    fun:g_get_user_name
118 }
119
120 {
121    <insert_a_suppression_name_here>
122    Memcheck:Leak
123    ...
124    fun:g_get_user_runtime_dir
125 }
126
127 {
128    <insert_a_suppression_name_here>
129    Memcheck:Leak
130    ...
131    fun:g_get_user_special_dir
132 }
133
134 {
135    <insert_a_suppression_name_here>
136    Memcheck:Leak
137    ...
138    fun:g_reload_user_special_dirs_cache
139 }
140
141 {
142    <insert_a_suppression_name_here>
143    Memcheck:Leak
144    ...
145    fun:g_set_application_name
146 }
147
148 {
149    <insert_a_suppression_name_here>
150    Memcheck:Leak
151    ...
152    fun:g_set_prgname
153 }
154
155
156 {
157    <insert_a_suppression_name_here>
158    Memcheck:Leak
159    ...
160    fun:g_random_double
161 }
162
163 {
164    <insert_a_suppression_name_here>
165    Memcheck:Leak
166    ...
167    fun:g_random_double_range
168 }
169
170 {
171    <insert_a_suppression_name_here>
172    Memcheck:Leak
173    ...
174    fun:g_random_int
175 }
176
177 {
178    <insert_a_suppression_name_here>
179    Memcheck:Leak
180    ...
181    fun:g_random_int_range
182 }
183
184 {
185    <insert_a_suppression_name_here>
186    Memcheck:Leak
187    ...
188    fun:g_random_set_seed
189 }