https://bugs.winehq.org/show_bug.cgi?id=36315
Bug ID: 36315 Summary: valgrind shows several leaks in qedit/tests/mediadet.c Product: Wine Version: 1.7.18 Hardware: x86 OS: Linux Status: NEW Keywords: download, source, testcase Severity: normal Priority: P2 Component: -unknown Assignee: wine-bugs@winehq.org Reporter: austinenglish@gmail.com
Created attachment 48402 --> https://bugs.winehq.org/attachment.cgi?id=48402 valgrind log
==31827== 28 bytes in 1 blocks are possibly lost in loss record 239 of 877 ==31827== at 0x7BC4C735: notify_alloc (heap.c:255) ==31827== by 0x7BC50F79: RtlAllocateHeap (heap.c:1716) ==31827== by 0x4B5B262: heap_alloc_zero (typelib.c:1662) ==31827== by 0x4B5DEA1: MSFT_ReadAllRefs (typelib.c:2902) ==31827== by 0x4B6014C: ITypeLib2_Constructor_MSFT (typelib.c:3716) ==31827== by 0x4B5F3B8: TLB_ReadTypeLib (typelib.c:3460) ==31827== by 0x4B576DC: LoadTypeLibEx (typelib.c:478) ==31827== by 0x4B57618: LoadTypeLib (typelib.c:454) ==31827== by 0x4B5786A: LoadRegTypeLib (typelib.c:537) ==31827== by 0x6073AD3: ??? ==31827== by 0x607A475: ??? ==31827== by 0x600A806: ??? ==31827== by 0x600AAC0: ??? ==31827== by 0x50A3E26: CoCreateInstance (unknwn.h:226) ==31827== by 0x5FADE44: SampleGrabber_create (samplegrabber.c:1304) ==31827== by 0x5FA741F: DSCF_CreateInstance (main.c:110) ==31827== by 0x50A3E26: CoCreateInstance (unknwn.h:226) ==31827== by 0x4956F1F: test_samplegrabber (mediadet.c:388) ==31827== by 0x4957979: func_mediadet (mediadet.c:475) ==31827== by 0x495877C: run_test (test.h:584) ==31827== ==31827== 32 bytes in 1 blocks are possibly lost in loss record 293 of 877 ==31827== at 0x7BC4C735: notify_alloc (heap.c:255) ==31827== by 0x7BC50F79: RtlAllocateHeap (heap.c:1716) ==31827== by 0x7BC39AE9: RtlInitializeCriticalSectionEx (critsection.c:326) ==31827== by 0x7B876B51: InitializeCriticalSectionEx (sync.c:356) ==31827== by 0x7B876AD0: InitializeCriticalSection (sync.c:313) ==31827== by 0x6074935: ??? ==31827== by 0x6011AC3: ??? ==31827== by 0x5FE5C00: ??? ==31827== by 0x600AAC0: ??? ==31827== by 0x50A3E26: CoCreateInstance (unknwn.h:226) ==31827== by 0x5FA8D03: GetSplitter (mediadet.c:435) ==31827== by 0x5FA9282: MediaDet_put_Filename (mediadet.c:513) ==31827== by 0x4955998: test_mediadet (qedit.h:598) ==31827== by 0x4957974: func_mediadet (mediadet.c:474) ==31827== by 0x495877C: run_test (test.h:584) ==31827== by 0x4958B6A: main (test.h:654) ==31827==
==4134== 66 bytes in 1 blocks are definitely lost in loss record 456 of 929 ==4134== at 0x7BC4C735: notify_alloc (heap.c:255) ==4134== by 0x7BC50F79: RtlAllocateHeap (heap.c:1716) ==4134== by 0x52C2635: IMalloc_fnAlloc (ifs.c:186) ==4134== by 0x52C2F50: CoTaskMemAlloc (objidl.h:1236) ==4134== by 0x6345811: ??? ==4134== by 0x634F193: ??? ==4134== by 0x630023B: MediaDet_put_Filename (strmif.h:6469) ==4134== by 0x4A79998: test_mediadet (qedit.h:598) ==4134== by 0x4A7B974: func_mediadet (mediadet.c:474) ==4134== by 0x4A7C77C: run_test (test.h:584) ==4134== by 0x4A7CB6A: main (test.h:654) ==4134==
etc.
https://bugs.winehq.org/show_bug.cgi?id=36315
Austin English austinenglish@gmail.com changed:
What |Removed |Added ---------------------------------------------------------------------------- Keywords| |valgrind