https://bugs.winehq.org/show_bug.cgi?id=36555
Bug ID: 36555 Summary: valgrind shows a definite leak in amstream/tests/amstream.c Product: Wine Version: 1.7.19 Hardware: x86 OS: Linux Status: NEW Keywords: download, source, testcase Severity: normal Priority: P2 Component: amstream Assignee: wine-bugs@winehq.org Reporter: austinenglish@gmail.com
../../../tools/runtest -q -P wine -T ../../.. -M amstream.dll -p amstream_test.exe.so amstream && touch amstream.ok preloader: Warning: failed to reserve range 00110000-68000000 preloader: Warning: failed to reserve range 7f000000-82000000 fixme:win:EnumDisplayDevicesW ((null),0,0x4daf010,0x00000000), stub! fixme:amstream:IAMMultiMediaStreamImpl_AddMediaStream Specifying a stream object in params is not yet supported err:amstream:DirectDrawMediaStreamImpl_IAMMediaStream_QueryInterface (0x49f9338)->({f7537560-a3be-11d0-8212-00c04fc32c45},0x4dafa2c),not found fixme:amstream:DirectDrawMediaStreamImpl_IDirectDrawMediaStream_GetFormat (0x49f933c)->(0x4daf83c,0x4dafa20,0x4daf8a8,0x4dafa1c) stub! err:ole:CoInitializeEx Attempt to change threading model of this apartment from multi-threaded to apartment threaded err:ole:CoInitializeEx Attempt to change threading model of this apartment from multi-threaded to apartment threaded err:amstream:AudioMediaStreamImpl_IAMMediaStream_QueryInterface (0x49858f0)->({f4104fce-9a70-11d0-8fde-00c04fd9189d},0x4daf9f0),not found fixme:amstream:AudioMediaStreamImpl_IAudioMediaStream_GetFormat (0x49858f4/0x49858f0)->((nil)) stub! fixme:amstream:AudioMediaStreamImpl_IAudioMediaStream_GetFormat (0x49858f4/0x49858f0)->(0x4daf9d2) stub! ==25590== 120 bytes in 3 blocks are definitely lost in loss record 578 of 920 ==25590== at 0x7BC4C6DF: notify_alloc (heap.c:255) ==25590== by 0x7BC50F23: RtlAllocateHeap (heap.c:1716) ==25590== by 0x5CD47AF: IMalloc_fnAlloc (ifs.c:186) ==25590== by 0x5CD50CA: CoTaskMemAlloc (objidl.h:1236) ==25590== by 0xF46F689: AudioClient_GetMixFormat (mmdevdrv.c:1749) ==25590== by 0xF431860: set_format (audioclient.h:330) ==25590== by 0xF4319DF: load_driver_devices (devenum.c:464) ==25590== by 0xF433231: MMDevEnum_Create (devenum.c:852) ==25590== by 0xF436445: MMCF_CreateInstance (main.c:252) ==25590== by 0x5CB5F06: CoCreateInstance (unknwn.h:226) ==25590== by 0xE18103C: get_mmdevenum (dsound_main.c:178) ==25590== by 0xE18136D: GetDeviceID (dsound_main.c:261) ==25590== by 0xE17E65D: DirectSoundDevice_Initialize (dsound.c:760) ==25590== by 0xE17D45F: IDirectSound8Impl_Initialize (dsound.c:398) ==25590== by 0xE17DAA1: DirectSoundCreate8 (dsound.c:573) ==25590== by 0xE8F3C38: ??? ==25590== by 0xE91614B: ??? ==25590== by 0x5CB5F06: CoCreateInstance (unknwn.h:226) ==25590== by 0x67A5187: ??? ==25590== by 0x4CA33D2: test_media_streams (amstream.h:590) ==25590==
https://bugs.winehq.org/show_bug.cgi?id=36555
Austin English austinenglish@gmail.com changed:
What |Removed |Added ---------------------------------------------------------------------------- Keywords| |valgrind
https://bugs.winehq.org/show_bug.cgi?id=36555
Nikolay Sivov bunglehead@gmail.com changed:
What |Removed |Added ---------------------------------------------------------------------------- Fixed by SHA1| |f4096a30eac7e1344baba96c36a | |15a826ff469a6 Status|NEW |RESOLVED Resolution|--- |FIXED
--- Comment #1 from Nikolay Sivov bunglehead@gmail.com --- I think it's fixed with http://source.winehq.org/git/wine.git/commit/f4096a30eac7e1344baba96c36a15a8...; doesn't happen with current git.
https://bugs.winehq.org/show_bug.cgi?id=36555
Alexandre Julliard julliard@winehq.org changed:
What |Removed |Added ---------------------------------------------------------------------------- Status|RESOLVED |CLOSED
--- Comment #2 from Alexandre Julliard julliard@winehq.org --- Closing bugs fixed in 1.7.46.
https://bugs.winehq.org/show_bug.cgi?id=36555
Zebediah Figura z.figura12@gmail.com changed:
What |Removed |Added ---------------------------------------------------------------------------- Component|amstream |quartz