https://bugs.winehq.org/show_bug.cgi?id=36197
Bug ID: 36197 Summary: valgrind shows some possible leaks in mmdevapi/tests/render.c Product: Wine Version: 1.7.17 Hardware: x86 OS: Linux Status: NEW Keywords: download, source, testcase Severity: normal Priority: P2 Component: mmdevapi Assignee: wine-bugs@winehq.org Reporter: austinenglish@gmail.com
==12595== 28 bytes in 1 blocks are possibly lost in loss record 115 of 538 ==12595== at 0x7BC4C6B7: notify_alloc (heap.c:255) ==12595== by 0x7BC50EFB: RtlAllocateHeap (heap.c:1716) ==12595== by 0x4FB483E: COMPOBJ_DllList_Add (compobj.c:526) ==12595== by 0x4FB6B7A: apartment_getclassobject (compobj.c:1335) ==12595== by 0x4FBA2C4: get_inproc_class_object (compobj.c:2894) ==12595== by 0x4FBA783: CoGetClassObject (compobj.c:3032) ==12595== by 0x4FBAD45: CoCreateInstance (compobj.c:3197) ==12595== by 0x4E66E6B: func_render (render.c:2238) ==12595== by 0x4E67EAF: run_test (test.h:584) ==12595== by 0x4E6829E: main (test.h:654) ==12595==
==12595== 76 bytes in 1 blocks are possibly lost in loss record 277 of 538 ==12595== at 0x7BC4C6B7: notify_alloc (heap.c:255) ==12595== by 0x7BC50EFB: RtlAllocateHeap (heap.c:1716) ==12595== by 0x652ED88: create_session (mmdevdrv.c:1038) ==12595== by 0x652EF3E: get_audio_session (mmdevdrv.c:1086) ==12595== by 0x6537F38: AudioSessionManager_GetSimpleAudioVolume (mmdevdrv.c:3734) ==12595== by 0x4E64D02: test_session_creation (audiopolicy.h:908) ==12595== by 0x4E6706D: func_render (render.c:2272) ==12595== by 0x4E67EAF: run_test (test.h:584) ==12595== by 0x4E6829E: main (test.h:654) ==12595==
https://bugs.winehq.org/show_bug.cgi?id=36197
Austin English austinenglish@gmail.com changed:
What |Removed |Added ---------------------------------------------------------------------------- Keywords| |valgrind