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@winehq.org ReportedBy: austinenglish@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)