[Bug 36338] New: valgrind shows a potential leak in comcat/tests/comcat.c
https://bugs.winehq.org/show_bug.cgi?id=36338 Bug ID: 36338 Summary: valgrind shows a potential leak in comcat/tests/comcat.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 ==20450== 28 bytes in 1 blocks are possibly lost in loss record 161 of 554 ==20450== at 0x7BC50A9B: RtlAllocateHeap (heap.c:255) ==20450== by 0x4CAABB8: apartment_getclassobject (compobj.c:526) ==20450== by 0x4CADFC6: get_inproc_class_object (compobj.c:2894) ==20450== by 0x4CB0D2F: CoGetClassObject (compobj.c:3032) ==20450== by 0x4CB14B7: CoCreateInstance (compobj.c:3197) ==20450== by 0x4B48DF5: func_comcat (comcat.c:92) ==20450== by 0x4B4A02C: run_test (test.h:584) ==20450== by 0x4B4A41A: main (test.h:654) ==20450== -- 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=36338 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=36338 --- Comment #1 from Austin English <austinenglish(a)gmail.com> --- One more: ==16980== 28 bytes in 1 blocks are possibly lost in loss record 170 of 603 ==16980== at 0x7BC4DC87: initialize_block (heap.c:233) ==16980== by 0x7BC4DC87: RtlAllocateHeap (???:0) ==16980== by 0x4D05B34: apartment_getclassobject (compobj.c:542) ==16980== by 0x4D08817: get_inproc_class_object (compobj.c:2922) ==16980== by 0x4D0B22B: CoGetClassObject (compobj.c:3060) ==16980== by 0x4D0C8D7: CoCreateInstance (compobj.c:3230) ==16980== by 0x4BA501C: func_comcat (comcat.c:92) ==16980== by 0x4BA5558: run_test (test.h:584) ==16980== by 0x4BA4C60: main (test.h:654) ==16980== -- 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