[Bug 36359] New: valgrind shows a couple possible leaks in dsound/tests/dsound.c

wine-bugs at winehq.org wine-bugs at winehq.org
Mon May 5 03:15:00 CDT 2014


https://bugs.winehq.org/show_bug.cgi?id=36359

            Bug ID: 36359
           Summary: valgrind shows a couple possible leaks in
                    dsound/tests/dsound.c
           Product: Wine
           Version: 1.7.17
          Hardware: x86
                OS: Linux
            Status: NEW
          Keywords: download, source, testcase
          Severity: normal
          Priority: P2
         Component: directx-dsound
          Assignee: wine-bugs at winehq.org
          Reporter: austinenglish at gmail.com

==13912== 28 bytes in 1 blocks are possibly lost in loss record 255 of 889
==13912==    at 0x7BC50A9B: RtlAllocateHeap (heap.c:255)
==13912==    by 0x4E52BB8: apartment_getclassobject (compobj.c:526)
==13912==    by 0x4E55FC6: get_inproc_class_object (compobj.c:2894)
==13912==    by 0x4E58D2F: CoGetClassObject (compobj.c:3032)
==13912==    by 0x4A68893: func_dsound (dsound.c:181)
==13912==    by 0x4A72EC4: run_test (test.h:584)
==13912==    by 0x4A732B3: main (test.h:654)
==13912== 

==13912== 28 bytes in 1 blocks are possibly lost in loss record 256 of 889
==13912==    at 0x7BC50A9B: RtlAllocateHeap (heap.c:255)
==13912==    by 0x4E52BB8: apartment_getclassobject (compobj.c:526)
==13912==    by 0x4E55FC6: get_inproc_class_object (compobj.c:2894)
==13912==    by 0x4E58D2F: CoGetClassObject (compobj.c:3032)
==13912==    by 0x4E594B7: CoCreateInstance (compobj.c:3197)
==13912==    by 0x6166702: get_mmdevenum (dsound_main.c:178)
==13912==    by 0x61673FE: GetDeviceID (dsound_main.c:261)
==13912==    by 0x616427A: DirectSoundDevice_Initialize (dsound.c:760)
==13912==    by 0x6164F04: IDirectSound8Impl_Initialize (dsound.c:398)
==13912==    by 0x4A627B8: IDirectSound_test (dsound.c:95)
==13912==    by 0x4A68A43: func_dsound (dsound.c:202)
==13912==    by 0x4A72EC4: run_test (test.h:584)
==13912==    by 0x4A732B3: main (test.h:654)
==13912==

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