From: <dg...@su...> - 2009-01-06 09:32:32
|
Author: bellmich Date: Tue Jan 6 10:32:11 2009 New Revision: 886 URL: http://libsyncml.opensync.org/changeset/886 Log: new suppressions for glib on build host aachen Modified: trunk/tests/valgrind.supp Modified: trunk/tests/valgrind.supp ============================================================================== --- trunk/tests/valgrind.supp Mon Jan 5 16:11:25 2009 (r885) +++ trunk/tests/valgrind.supp Tue Jan 6 10:32:11 2009 (r886) @@ -65,6 +65,18 @@ fun:xmlReaderForMemory } +{ + xmlReaderForMemory - source: smlXmlParserStart - 5 + Memcheck:Leak + fun:malloc + fun:xmlNewRMutex + fun:xmlDictCreate + fun:xmlInitParserCtxt + fun:xmlNewParserCtxt + fun:xmlCreatePushParserCtxt + fun:xmlNewTextReader + fun:xmlReaderForMemory +} ## xmlBufferCreateSize @@ -213,3 +225,18 @@ fun:g_type_init_with_debug_flags fun:g_type_init } + +{ + g_type_init - 8 + Memcheck:Leak + fun:malloc + fun:realloc + fun:g_realloc + obj:* + fun:g_type_register_static + fun:g_param_type_register_static + obj:* + fun:g_type_init_with_debug_flags + fun:g_type_init +} + |