X-Git-Url: http://git.wpitchoune.net/gitweb/?a=blobdiff_plain;f=scripts%2Fglib.supp;fp=scripts%2Fglib.supp;h=8390685ad2bc2976ae003a6155fa6a01f9b99011;hb=b0960738fe969a4dd1555d363ac6122173dbebcd;hp=0000000000000000000000000000000000000000;hpb=b048a939303b91c2bc72e505725c9d25994fe1b9;p=psensor.git diff --git a/scripts/glib.supp b/scripts/glib.supp new file mode 100644 index 0000000..8390685 --- /dev/null +++ b/scripts/glib.supp @@ -0,0 +1,189 @@ +# -*- tab-width: 3; indent-tabs-mode: nil -*- +# +# Copyright (C) 2012 Daniel Trebbien +# +# This program is free software; you can redistribute it and/or +# modify it under the terms of the GNU General Public License +# as published by the Free Software Foundation; either version 2 +# of the License, or (at your option) any later version. +# +# This program is distributed in the hope that it will be useful, +# but WITHOUT ANY WARRANTY; without even the implied warranty of +# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the +# GNU General Public License for more details. +# +# You should have received a copy of the GNU General Public License +# along with this program; if not, write to the Free Software +# Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. + + +{ + g_hash_table_insert_node() in ghash.c + Memcheck:Leak + ... + fun:g_memdup + fun:g_hash_table_insert_node +} + +{ + g_hash_table_resize() in ghash.c + Memcheck:Leak + ... + fun:g_hash_table_resize +} + + +{ + + Memcheck:Leak + ... + fun:g_get_application_name +} + +{ + + Memcheck:Leak + ... + fun:g_get_home_dir +} + +{ + + Memcheck:Leak + ... + fun:g_get_host_name +} + +{ + + Memcheck:Leak + ... + fun:g_get_prgname +} + +{ + + Memcheck:Leak + ... + fun:g_get_real_name +} + +{ + + Memcheck:Leak + ... + fun:g_get_system_config_dirs +} + +{ + + Memcheck:Leak + ... + fun:g_get_system_data_dirs +} + +{ + + Memcheck:Leak + ... + fun:g_get_tmp_dir +} + +{ + + Memcheck:Leak + ... + fun:g_get_user_cache_dir +} + +{ + + Memcheck:Leak + ... + fun:g_get_user_config_dir +} + +{ + + Memcheck:Leak + ... + fun:g_get_user_data_dir +} + +{ + + Memcheck:Leak + ... + fun:g_get_user_name +} + +{ + + Memcheck:Leak + ... + fun:g_get_user_runtime_dir +} + +{ + + Memcheck:Leak + ... + fun:g_get_user_special_dir +} + +{ + + Memcheck:Leak + ... + fun:g_reload_user_special_dirs_cache +} + +{ + + Memcheck:Leak + ... + fun:g_set_application_name +} + +{ + + Memcheck:Leak + ... + fun:g_set_prgname +} + + +{ + + Memcheck:Leak + ... + fun:g_random_double +} + +{ + + Memcheck:Leak + ... + fun:g_random_double_range +} + +{ + + Memcheck:Leak + ... + fun:g_random_int +} + +{ + + Memcheck:Leak + ... + fun:g_random_int_range +} + +{ + + Memcheck:Leak + ... + fun:g_random_set_seed +}