[Bug 36395] New: valgrind shows a possible leak in inetcomm/tests/mimeole.c
https://bugs.winehq.org/show_bug.cgi?id=36395 Bug ID: 36395 Summary: valgrind shows a possible leak in inetcomm/tests/mimeole.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(a)winehq.org Reporter: austinenglish(a)gmail.com ==17178== 28 bytes in 1 blocks are possibly lost in loss record 154 of 561 ==17178== at 0x7BC508EB: RtlAllocateHeap (heap.c:255) ==17178== by 0x5498BE8: apartment_getclassobject (compobj.c:526) ==17178== by 0x549BFF6: get_inproc_class_object (compobj.c:2894) ==17178== by 0x549ED5F: CoGetClassObject (compobj.c:3032) ==17178== by 0x549F4E7: CoCreateInstance (compobj.c:3197) ==17178== by 0x4AAC50E: func_mimeole (mimeole.c:99) ==17178== by 0x4AAAE6B: main (test.h:584) ==17178== -- 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=36395 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=36395 Alistair Leslie-Hughes <leslie_alistair(a)hotmail.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Component|-unknown |inetcomm -- 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=36395 Alistair Leslie-Hughes <leslie_alistair(a)hotmail.com> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |leslie_alistair(a)hotmail.com --- Comment #1 from Alistair Leslie-Hughes <leslie_alistair(a)hotmail.com> --- Does the leak still occur? -- 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=36395 Austin English <austinenglish(a)gmail.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |RESOLVED Resolution|--- |FIXED --- Comment #2 from Austin English <austinenglish(a)gmail.com> --- Doesn't seem to be. There are two definite leaks though: ==13902== 12 bytes in 1 blocks are definitely lost in loss record 84 of 684 ==13902== at 0x7BC50754: notify_alloc (heap.c:254) ==13902== by 0x7BC54BD5: RtlAllocateHeap (heap.c:1716) ==13902== by 0x4825664: create_test_stream (mimeole.c:446) ==13902== by 0x4825A08: test_SetData (mimeole.c:489) ==13902== by 0x482C97C: func_mimeole (mimeole.c:1652) ==13902== by 0x482D761: run_test (test.h:589) ==13902== by 0x482DB8D: main (test.h:671) ==13902== ==13902== 32 bytes in 1 blocks are definitely lost in loss record 244 of 684 ==13902== at 0x7BC50754: notify_alloc (heap.c:254) ==13902== by 0x7BC54BD5: RtlAllocateHeap (heap.c:1716) ==13902== by 0x4DFD328: CreateStreamOnHGlobal (hglobalstream.c:590) ==13902== by 0x4823D2A: create_stream_from_string (mimeole.c:164) ==13902== by 0x482612D: test_SetData (mimeole.c:538) ==13902== by 0x482C97C: func_mimeole (mimeole.c:1652) ==13902== by 0x482D761: run_test (test.h:589) ==13902== by 0x482DB8D: main (test.h:671) ==13902== but those deserve separate bugs. -- 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=36395 Alexandre Julliard <julliard(a)winehq.org> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|RESOLVED |CLOSED --- Comment #3 from Alexandre Julliard <julliard(a)winehq.org> --- Closing bugs fixed in 2.2. -- 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