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(a)winehq.org ReportedBy: austinenglish(a)gmail.com CC: m.b.lankhorst(a)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). -- Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email Do not reply to this email, post in Bugzilla using the above URL to reply. ------- You are receiving this mail because: ------- You are watching all bug changes.