From: <svn...@op...> - 2009-02-25 15:25:57
|
Author: bellmich Date: Wed Feb 25 16:25:49 2009 New Revision: 955 URL: http://libsyncml.opensync.org/changeset/955 Log: The number of leaks with relations to libxml should be dramatically reduced. Modified: trunk/tests/valgrind.supp Modified: trunk/tests/valgrind.supp ============================================================================== --- trunk/tests/valgrind.supp Wed Feb 25 16:24:52 2009 (r954) +++ trunk/tests/valgrind.supp Wed Feb 25 16:25:49 2009 (r955) @@ -11,96 +11,6 @@ fun:wbxml_tree_clb_xml_end_element } -##################### -## libxml2 ## -##################### - -## xmlReaderForMemory - -{ - xmlReaderForMemory - source: smlXmlParserStart - 1 - Memcheck:Leak - fun:malloc - fun:xmlStrndup - fun:xmlStrdup - fun:xmlNewCharEncodingHandler - fun:xmlInitCharEncodingHandlers - fun:xmlGetCharEncodingHandler - fun:xmlParserInputBufferCreateStatic - fun:xmlReaderForMemory -} - -{ - xmlReaderForMemory - source: smlXmlParserStart - 2 - Memcheck:Leak - fun:malloc - fun:xmlNewRMutex - obj:* - fun:xmlDictCreate - fun:xmlInitParserCtxt - fun:xmlNewParserCtxt - fun:xmlCreatePushParserCtxt - fun:xmlNewTextReader - fun:xmlReaderForMemory -} - -{ - xmlReaderForMemory - source: smlXmlParserStart - 3 - Memcheck:Leak - fun:malloc - fun:xmlNewCharEncodingHandler - fun:xmlInitCharEncodingHandlers - fun:xmlGetCharEncodingHandler - fun:xmlParserInputBufferCreateStatic - fun:xmlReaderForMemory -} - -{ - xmlReaderForMemory - source: smlXmlParserStart - 4 - Memcheck:Leak - fun:malloc - fun:xmlInitCharEncodingHandlers - fun:xmlGetCharEncodingHandler - fun:xmlParserInputBufferCreateStatic - 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 - -{ - xmlBufferCreateSize - 1 - Memcheck:Leak - fun:malloc - fun:xmlNewMutex - fun:xmlInitGlobals - fun:xmlInitializeGlobalState - fun:xmlGetGlobalState - fun:__xmlBufferAllocScheme - fun:xmlBufferCreateSize -} - -{ - xmlBufferCreateSize - 2 - Memcheck:Leak - fun:malloc - fun:xmlGetGlobalState - fun:__xmlBufferAllocScheme - fun:xmlBufferCreateSize -} - ################## ## glib ## ################## |