https://bugs.winehq.org/show_bug.cgi?id=36271
Bug ID: 36271 Summary: valgrind shows several leaks in dmime/tests/dmime.c Product: Wine Version: 1.7.18 Hardware: x86 OS: Linux Status: NEW Keywords: download, source, testcase Severity: normal Priority: P2 Component: directx-dmusic Assignee: wine-bugs@winehq.org Reporter: austinenglish@gmail.com
Created attachment 48390 --> https://bugs.winehq.org/attachment.cgi?id=48390 valgrind log
Lots of ==26861== 20 bytes in 1 blocks are definitely lost in loss record 160 of 830 ==26861== at 0x7BC4C735: notify_alloc (heap.c:255) ==26861== by 0x7BC50F79: RtlAllocateHeap (heap.c:1716) ==26861== by 0x5D39C11: create_dmlyricstrack (lyricstrack.c:272) ==26861== by 0x5D33088: ClassFactory_CreateInstance (dmime_main.c:100) ==26861== by 0x4AAEE26: CoCreateInstance (unknwn.h:226) ==26861== by 0x4946639: test_COM_track (dmime.c:338) ==26861== by 0x49469C8: func_dmime (dmime.c:385) ==26861== by 0x4948B90: run_test (test.h:584) ==26861== by 0x4948F7F: main (test.h:654) ==26861==
and: ==6372== 44 bytes in 1 blocks are definitely lost in loss record 366 of 864 ==6372== at 0x7BC4C735: notify_alloc (heap.c:255) ==6372== by 0x7BC50F79: RtlAllocateHeap (heap.c:1716) ==6372== by 0x5F9CB1E: create_dmaudiopath (audiopath.c:642) ==6372== by 0x5FA99FE: IDirectMusicPerformance8Impl_CreateStandardAudioPath (performance.c:1033) ==6372== by 0x5FA95BF: IDirectMusicPerformance8Impl_InitAudio (performance.c:952) ==6372== by 0x4954F43: test_COM_audiopath (dmime.c:58) ==6372== by 0x49569AF: func_dmime (dmime.c:380) ==6372== by 0x4958B90: run_test (test.h:584) ==6372== by 0x4958F7F: main (test.h:654) ==6372==