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@winehq.org Reporter: austinenglish@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==
https://bugs.winehq.org/show_bug.cgi?id=36359
Austin English austinenglish@gmail.com changed:
What |Removed |Added ---------------------------------------------------------------------------- Keywords| |valgrind
https://bugs.winehq.org/show_bug.cgi?id=36359
Alistair Leslie-Hughes leslie_alistair@hotmail.com changed:
What |Removed |Added ---------------------------------------------------------------------------- CC| |leslie_alistair@hotmail.com
--- Comment #1 from Alistair Leslie-Hughes leslie_alistair@hotmail.com --- (In reply to Austin English from comment #0)
==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==
This part should now be fixed. http://source.winehq.org/git/wine.git/?a=commit;h=a731eaa705dc844f484f4e8153...
https://bugs.winehq.org/show_bug.cgi?id=36359
Austin English austinenglish@gmail.com changed:
What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |RESOLVED Resolution|--- |FIXED
--- Comment #2 from Austin English austinenglish@gmail.com --- (In reply to Alistair Leslie-Hughes from comment #1)
(In reply to Austin English from comment #0)
==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==
This part should now be fixed. http://source.winehq.org/git/wine.git/?a=commit; h=a731eaa705dc844f484f4e8153e73ddb9dcade52
Fixed.
https://bugs.winehq.org/show_bug.cgi?id=36359
Alexandre Julliard julliard@winehq.org changed:
What |Removed |Added ---------------------------------------------------------------------------- Status|RESOLVED |CLOSED
--- Comment #3 from Alexandre Julliard julliard@winehq.org --- Closing bugs fixed in 2.18.