https://bugs.winehq.org/show_bug.cgi?id=36308
Bug ID: 36308 Summary: valgrind shows some possible leaks in ole32/tests/compobj.c Product: Wine Version: 1.7.18 Hardware: x86 OS: Linux Status: NEW Keywords: download, source, testcase Severity: normal Priority: P2 Component: ole32 Assignee: wine-bugs@winehq.org Reporter: austinenglish@gmail.com
==31284== 8 bytes in 1 blocks are possibly lost in loss record 56 of 665 ==31284== at 0x7BC4C735: notify_alloc (heap.c:255) ==31284== by 0x7BC50F79: RtlAllocateHeap (heap.c:1716) ==31284== by 0x7B84586B: HeapAlloc (heap.c:271) ==31284== by 0x7B845B40: GlobalAlloc (heap.c:376) ==31284== by 0x509C3E7: OLEClipbrd_Initialize (clipboard.c:1732) ==31284== by 0x50D5772: OleInitialize (ole2.c:215) ==31284== by 0x497783C: test_CoInitializeEx (compobj.c:1924) ==31284== by 0x4977F18: func_compobj (compobj.c:2034) ==31284== by 0x49D0714: run_test (test.h:584) ==31284== by 0x49D0B03: main (test.h:654) ==31284==
==31284== 20 bytes in 1 blocks are possibly lost in loss record 152 of 665 ==31284== at 0x7BC4C735: notify_alloc (heap.c:255) ==31284== by 0x7BC50F79: RtlAllocateHeap (heap.c:1716) ==31284== by 0x50AB48E: CoGetObjectContext (compobj.c:4872) ==31284== by 0x50AB679: CoGetContextToken (compobj.c:4925) ==31284== by 0x49770AE: test_CoGetContextToken (compobj.c:1840) ==31284== by 0x4977F0E: func_compobj (compobj.c:2032) ==31284== by 0x49D0714: run_test (test.h:584) ==31284== by 0x49D0B03: main (test.h:654) ==31284==
https://bugs.winehq.org/show_bug.cgi?id=36308
Austin English austinenglish@gmail.com changed:
What |Removed |Added ---------------------------------------------------------------------------- Keywords| |valgrind