https://bugs.winehq.org/show_bug.cgi?id=36598
Bug ID: 36598 Summary: valgrind shows a definite leak in windowscodecs/tests/tiffformat.c Product: Wine Version: 1.7.19 Hardware: x86 OS: Linux Status: NEW Keywords: download, source, testcase Severity: normal Priority: P2 Component: windowscodecs Assignee: wine-bugs@winehq.org Reporter: austinenglish@gmail.com
==19240== 190 bytes in 1 blocks are definitely lost in loss record 402 of 566 ==19240== at 0x7BC4C6DF: notify_alloc (heap.c:255) ==19240== by 0x7BC50F23: RtlAllocateHeap (heap.c:1716) ==19240== by 0x7B8457FF: HeapAlloc (heap.c:271) ==19240== by 0x7B845B34: GlobalAlloc (heap.c:388) ==19240== by 0x4CD3788: create_stream (tiffformat.c:106) ==19240== by 0x4CD3CCB: test_QueryCapability (tiffformat.c:187) ==19240== by 0x4CD49C3: func_tiffformat (tiffformat.c:276) ==19240== by 0x4CD57DA: run_test (test.h:584) ==19240== by 0x4CD5BC9: main (test.h:654) ==19240==
==19240== 8 bytes in 1 blocks are possibly lost in loss record 37 of 566 ==19240== at 0x7BC4C6DF: notify_alloc (heap.c:255) ==19240== by 0x7BC50F23: RtlAllocateHeap (heap.c:1716) ==19240== by 0x7B8457FF: HeapAlloc (heap.c:271) ==19240== by 0x7B845AD4: GlobalAlloc (heap.c:376) ==19240== by 0x4CD3788: create_stream (tiffformat.c:106) ==19240== by 0x4CD3CCB: test_QueryCapability (tiffformat.c:187) ==19240== by 0x4CD49C3: func_tiffformat (tiffformat.c:276) ==19240== by 0x4CD57DA: run_test (test.h:584) ==19240== by 0x4CD5BC9: main (test.h:654) ==19240==