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==
https://bugs.winehq.org/show_bug.cgi?id=36271
Austin English austinenglish@gmail.com changed:
What |Removed |Added ---------------------------------------------------------------------------- Keywords| |valgrind
https://bugs.winehq.org/show_bug.cgi?id=36271
Michael Stefaniuc mstefani@redhat.com changed:
What |Removed |Added ---------------------------------------------------------------------------- CC| |mstefani@redhat.com
--- Comment #1 from Michael Stefaniuc mstefani@redhat.com --- Austin, the 2nd leak aka the one from test_COM_audiopath() should be fixed by 93e61eb4e8f32f17a3f20c33cf7754def83a51fc
https://bugs.winehq.org/show_bug.cgi?id=36271
Austin English austinenglish@gmail.com changed:
What |Removed |Added ---------------------------------------------------------------------------- Fixed by SHA1| |93e61eb4e8f32f17a3f20c33cf7 | |754def83a51fc Status|NEW |RESOLVED Resolution|--- |FIXED
--- Comment #2 from Austin English austinenglish@gmail.com --- (In reply to Michael Stefaniuc from comment #1)
Austin, the 2nd leak aka the one from test_COM_audiopath() should be fixed by 93e61eb4e8f32f17a3f20c33cf7754def83a51fc
Yes, thanks.
https://bugs.winehq.org/show_bug.cgi?id=36271
Alexandre Julliard julliard@winehq.org changed:
What |Removed |Added ---------------------------------------------------------------------------- Status|RESOLVED |CLOSED
--- Comment #3 from Alexandre Julliard julliard@winehq.org --- Closing bugs fixed in 1.7.47.