[Bug 26132] New: dsound/capture tests shows some leaks under valgrind

wine-bugs at winehq.org wine-bugs at winehq.org
Mon Feb 14 20:02:53 CST 2011


http://bugs.winehq.org/show_bug.cgi?id=26132

           Summary: dsound/capture tests shows some leaks under valgrind
           Product: Wine
           Version: 1.3.13
          Platform: x86
        OS/Version: Linux
            Status: NEW
          Keywords: download, source, testcase
          Severity: normal
          Priority: P2
         Component: directx-dsound
        AssignedTo: wine-bugs at winehq.org
        ReportedBy: austinenglish at gmail.com
        Depends on: 26131


After bug 26131, there are some more leaks in dsound:
 828 bytes in 46 blocks are definitely lost 
    at  notify_alloc (heap.c:254)
    by  RtlAllocateHeap (heap.c:1701)
    by  DSOUND_CopyFormat (primary.c:455)
    by  IDirectSoundCaptureBufferImpl_Create (capture.c:866)
    by  IDirectSoundCaptureImpl_CreateCaptureBuffer (capture.c:1256)
    by  dscenum_callback (capture.c:569)
    by  a_to_w_callback (dsound_main.c:291)
    by  DirectSoundCaptureEnumerateW (dsound_main.c:494)
    by  DirectSoundCaptureEnumerateA (dsound_main.c:423)
    by  capture_tests (capture.c:677)
    by  func_capture (capture.c:698)
    by  run_test (test.h:556)
    by  main (test.h:624)

...

 846 bytes in 47 blocks are definitely lost 
    at  notify_alloc (heap.c:254)
    by  RtlAllocateHeap (heap.c:1701)
    by  DSOUND_CopyFormat (primary.c:455)
    by  IDirectSoundCaptureBufferImpl_Create (capture.c:866)
    by  IDirectSoundCaptureImpl_CreateCaptureBuffer (capture.c:1256)
    by  dscenum_callback (capture.c:569)
    by  a_to_w_callback (dsound_main.c:291)
    by  DirectSoundCaptureEnumerateW (dsound_main.c:473)
    by  DirectSoundCaptureEnumerateA (dsound_main.c:423)
    by  capture_tests (capture.c:677)
    by  func_capture (capture.c:698)
    by  run_test (test.h:556)
    by  main (test.h:624)

and one possible leak:
 18 bytes in 1 blocks are possibly lost 
    at  notify_alloc (heap.c:254)
    by  RtlAllocateHeap (heap.c:1701)
    by  DSOUND_CopyFormat (primary.c:455)
    by  IDirectSoundCaptureBufferImpl_Create (capture.c:866)
    by  IDirectSoundCaptureImpl_CreateCaptureBuffer (capture.c:1256)
    by  dscenum_callback (capture.c:569)
    by  a_to_w_callback (dsound_main.c:291)
    by  DirectSoundCaptureEnumerateW (dsound_main.c:494)
    by  DirectSoundCaptureEnumerateA (dsound_main.c:423)
    by  capture_tests (capture.c:677)
    by  func_capture (capture.c:698)
    by  run_test (test.h:556)
    by  main (test.h:624)

-- 
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