https://bugs.winehq.org/show_bug.cgi?id=36607
Bug ID: 36607 Summary: valgrind shows two definite leaks in xmllite/tests/reader.c Product: Wine Version: 1.7.19 Hardware: x86 OS: Linux Status: NEW Keywords: download, source, testcase Severity: normal Priority: P2 Component: xmllite Assignee: wine-bugs@winehq.org Reporter: austinenglish@gmail.com
==22128== 26 bytes in 1 blocks are definitely lost in loss record 60 of 242 ==22128== at 0x7BC4C6DF: notify_alloc (heap.c:255) ==22128== by 0x7BC50F23: RtlAllocateHeap (heap.c:1716) ==22128== by 0x7B8457FF: HeapAlloc (heap.c:271) ==22128== by 0x7B845B34: GlobalAlloc (heap.c:388) ==22128== by 0x4CA241F: create_stream_on_data (reader.c:67) ==22128== by 0x4CA902F: test_readvaluechunk (reader.c:1400) ==22128== by 0x4CAAE32: func_reader (reader.c:1799) ==22128== by 0x4CAF3A1: run_test (test.h:584) ==22128== by 0x4CAF790: main (test.h:654) ==22128==
==22128== 32 bytes in 1 blocks are definitely lost in loss record 72 of 242 ==22128== at 0x7BC4C6DF: notify_alloc (heap.c:255) ==22128== by 0x7BC50F23: RtlAllocateHeap (heap.c:1716) ==22128== by 0x4E3D16C: CreateStreamOnHGlobal (hglobalstream.c:591) ==22128== by 0x4CA2469: create_stream_on_data (reader.c:72) ==22128== by 0x4CA902F: test_readvaluechunk (reader.c:1400) ==22128== by 0x4CAAE32: func_reader (reader.c:1799) ==22128== by 0x4CAF3A1: run_test (test.h:584) ==22128== by 0x4CAF790: main (test.h:654) ==22128==
and a possible leak: ==22128== 8 bytes in 1 blocks are possibly lost in loss record 12 of 242 ==22128== at 0x7BC4C6DF: notify_alloc (heap.c:255) ==22128== by 0x7BC50F23: RtlAllocateHeap (heap.c:1716) ==22128== by 0x7B8457FF: HeapAlloc (heap.c:271) ==22128== by 0x7B845AD4: GlobalAlloc (heap.c:376) ==22128== by 0x4CA241F: create_stream_on_data (reader.c:67) ==22128== by 0x4CA902F: test_readvaluechunk (reader.c:1400) ==22128== by 0x4CAAE32: func_reader (reader.c:1799) ==22128== by 0x4CAF3A1: run_test (test.h:584) ==22128== by 0x4CAF790: main (test.h:654) ==22128==