[Bug 36607] New: valgrind shows two definite leaks in xmllite/tests/reader.c
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(a)winehq.org Reporter: austinenglish(a)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== -- Do not reply to this email, post in Bugzilla using the above URL to reply. You are receiving this mail because: You are watching all bug changes.
https://bugs.winehq.org/show_bug.cgi?id=36607 Austin English <austinenglish(a)gmail.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Keywords| |valgrind -- Do not reply to this email, post in Bugzilla using the above URL to reply. You are receiving this mail because: You are watching all bug changes.
https://bugs.winehq.org/show_bug.cgi?id=36607 Alistair Leslie-Hughes <leslie_alistair(a)hotmail.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Fixed by SHA1| |3e9b4c1a1765f87b972a27be89d | |3df772b6f17c8 Status|NEW |RESOLVED CC| |leslie_alistair(a)hotmail.com Resolution|--- |FIXED --- Comment #1 from Alistair Leslie-Hughes <leslie_alistair(a)hotmail.com> --- http://source.winehq.org/git/wine.git/?a=commit;h=3e9b4c1a1765f87b972a27be89... -- Do not reply to this email, post in Bugzilla using the above URL to reply. You are receiving this mail because: You are watching all bug changes.
https://bugs.winehq.org/show_bug.cgi?id=36607 Alexandre Julliard <julliard(a)winehq.org> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|RESOLVED |CLOSED --- Comment #2 from Alexandre Julliard <julliard(a)winehq.org> --- Closing bugs fixed in 1.7.55. -- Do not reply to this email, post in Bugzilla using the above URL to reply. You are receiving this mail because: You are watching all bug changes.
participants (1)
-
wine-bugs@winehq.org