aboutsummaryrefslogtreecommitdiff
path: root/valgrind.suppressions
diff options
context:
space:
mode:
authorMax Kellermann <max@duempel.org>2009-03-03 07:56:06 +0100
committerMax Kellermann <max@duempel.org>2009-03-03 07:56:06 +0100
commitf82793f741a5cf02a7a3766de7e5c5268fc1854a (patch)
tree3e5e74dd9d256d100ef2172ff245514e107b92e2 /valgrind.suppressions
parentb8ebb748c9e4da74c361c3b4e5840891eaf22864 (diff)
updated valgrind.suppressions
Diffstat (limited to 'valgrind.suppressions')
-rw-r--r--valgrind.suppressions59
1 files changed, 59 insertions, 0 deletions
diff --git a/valgrind.suppressions b/valgrind.suppressions
index cebcbcc0..73fca308 100644
--- a/valgrind.suppressions
+++ b/valgrind.suppressions
@@ -475,3 +475,62 @@
fun:init_gauss
fun:WildMidi_Init
}
+
+{
+ g_quark_from_static_string
+ Memcheck:Leak
+ fun:calloc
+ fun:g_malloc0
+ fun:g_hash_table_new_full
+ fun:g_quark_from_static_string
+}
+
+{
+ g_quark_from_static_string
+ Memcheck:Leak
+ fun:malloc
+ fun:realloc
+ fun:g_realloc
+ fun:g_quark_from_static_string
+}
+
+{
+ g_get_any_init_do
+ Memcheck:Leak
+ fun:malloc
+ fun:g_malloc
+ fun:g_strdup
+ fun:g_get_any_init_do
+}
+
+{
+ g_get_any_init_do
+ Memcheck:Leak
+ fun:malloc
+ fun:g_malloc
+ fun:g_strjoinv
+ fun:g_get_any_init_do
+}
+
+{
+ nss
+ Memcheck:Leak
+ fun:malloc
+ fun:__nss_lookup_function
+}
+
+{
+ nss
+ Memcheck:Leak
+ fun:malloc
+ fun:tsearch
+ fun:__nss_lookup_function
+}
+
+{
+ nss
+ Memcheck:Leak
+ fun:malloc
+ fun:nss_parse_service_list
+ fun:__nss_database_lookup
+}