[Bug 36419] New: valgrind shows a possible leak in oleacc/tests/main.c
https://bugs.winehq.org/show_bug.cgi?id=36419 Bug ID: 36419 Summary: valgrind shows a possible leak in oleacc/tests/main.c Product: Wine Version: 1.7.18 Hardware: x86 OS: Linux Status: NEW Keywords: download, source, testcase Severity: normal Priority: P2 Component: ole Assignee: wine-bugs(a)winehq.org Reporter: austinenglish(a)gmail.com ==4391== 28 bytes in 1 blocks are possibly lost in loss record 58 of 262 ==4391== at 0x7BC50A9B: RtlAllocateHeap (heap.c:255) ==4391== by 0x4C32BB8: apartment_getclassobject (compobj.c:526) ==4391== by 0x4C35FC6: get_inproc_class_object (compobj.c:2894) ==4391== by 0x4C38D2F: CoGetClassObject (compobj.c:3032) ==4391== by 0x4C587E0: unmarshal_object (marshal.c:114) ==4391== by 0x4C58C3C: proxy_manager_get_remunknown.part.8 (marshal.c:1063) ==4391== by 0x4C578B7: ifproxy_release_public_refs (marshal.c:652) ==4391== by 0x4C57AA4: ifproxy_destroy (marshal.c:710) ==4391== by 0x4C5A34E: ClientIdentity_Release (marshal.c:1111) ==4391== by 0x482B256: func_main (main.c:432) ==4391== by 0x482D360: run_test (test.h:584) ==4391== by 0x482D74E: main (test.h:654) ==4391== -- 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.
http://bugs.winehq.org/show_bug.cgi?id=36419 Piotr Caban <piotr.caban(a)gmail.com> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |piotr.caban(a)gmail.com --- Comment #1 from Piotr Caban <piotr.caban(a)gmail.com> --- There's no real leak here (there's no need to free memory on process exit). In this case you can't temporarily disable "reserved" parameter checking in DllMain. It causes winex11.drv to be loaded while process is getting destroyed. I don't know if it's a real issue. -- 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=36419 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=36419 Nikolay Sivov <bunglehead(a)gmail.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Component|ole |oleacc -- 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