http://bugs.winehq.org/show_bug.cgi?id=26007
Summary: qedit/mediadet tests show leaks under valgrind Product: Wine Version: 1.3.13 Platform: x86 OS/Version: Linux Status: NEW Keywords: download, source Severity: minor Priority: P2 Component: winegstreamer AssignedTo: wine-bugs@winehq.org ReportedBy: austinenglish@gmail.com CC: m.b.lankhorst@gmail.com
Created an attachment (id=33165) --> (http://bugs.winehq.org/attachment.cgi?id=33165) valgrind log
Gstreamer itself has quite a few leaks, but once I added suppression for those, I got down from 415 to 16 in Wine.
Most seem to some form of: 128 bytes in 2 blocks are definitely lost at notify_alloc (heap.c:254) by RtlAllocateHeap (heap.c:1701) by IMalloc_fnAlloc (ifs.c:186) by CoTaskMemAlloc (ifs.c:395) by CopyMediaType (mediatype.c:35) by GSTOutPin_GetMediaType (gstdemux.c:1462) by EnumMediaTypes_Construct (mediatype.c:131) by BasePinImpl_EnumMediaTypes (pin.c:324) by ??? by test_mediadet (mediadet.c:267) by func_mediadet (mediadet.c:308) by run_test (test.h:556) by main (test.h:624)
full log attached.
For the gstreamer leaks, see https://bugzilla.gnome.org/show_bug.cgi?id=641636 (though they include a suppression file in their tarball that I recently started using).