[Bug 26007] New: qedit/mediadet tests show leaks under valgrind

wine-bugs at winehq.org wine-bugs at winehq.org
Sat Feb 5 22:46:23 CST 2011


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 at winehq.org
        ReportedBy: austinenglish at gmail.com
                CC: m.b.lankhorst at 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.



More information about the wine-bugs mailing list