http://bugs.winehq.org/show_bug.cgi?id=26116
Summary: hlink/hlink tests show some memory leaks Product: Wine Version: 1.3.13 Platform: x86 OS/Version: Linux Status: NEW Keywords: download, source, testcase Severity: minor Priority: P2 Component: -unknown AssignedTo: wine-bugs@winehq.org ReportedBy: austinenglish@gmail.com
24 bytes in 1 blocks are definitely lost at notify_alloc (heap.c:254) by RtlAllocateHeap (heap.c:1701) by ItemMonikerCF_CreateInstance (itemmoniker.c:1008) by CoCreateInstance (compobj.c:2512) by OleLoadFromStream (storage32.c:7897) by HlinkClone (hlink_main.c:484) by test_HlinkClone (hlink.c:1777) by func_hlink (hlink.c:1845) by run_test (test.h:556) by main (test.h:624)
...
24 bytes in 1 blocks are definitely lost at notify_alloc (heap.c:254) by RtlAllocateHeap (heap.c:1701) by ItemMonikerCF_CreateInstance (itemmoniker.c:1008) by CoCreateInstance (compobj.c:2512) by OleLoadFromStream (storage32.c:7897) by HlinkClone (hlink_main.c:484) by test_HlinkClone (hlink.c:1808) by func_hlink (hlink.c:1845) by run_test (test.h:556) by main (test.h:624)
http://bugs.winehq.org/show_bug.cgi?id=26116
--- Comment #1 from butraxz@gmail.com 2013-08-05 12:50:11 CDT --- This ticket has not been updated for over 900 days. Development recommends to check the status on your bug every release or two and let to be known if the bug is still present. If not, mark it fixed.
Is this still an issue with 1.7.0 or higher ?
http://bugs.winehq.org/show_bug.cgi?id=26116
--- Comment #2 from Austin English austinenglish@gmail.com 2013-08-05 18:27:04 CDT --- ==31670== 24 bytes in 1 blocks are definitely lost in loss record 146 of 642 ==31670== at 0x7BC4D1D6: RtlAllocateHeap (heap.c:255) ==31670== by 0x600D662: ItemMonikerCF_CreateInstance (itemmoniker.c:991) ==31670== by 0x5FF098F: CoCreateInstance (unknwn.h:226) ==31670== by 0x603DE95: OleLoadFromStream (storage32.c:7979) ==31670== by 0x4F762B0: HlinkClone (hlink_main.c:486) ==31670== by 0x4A7E11B: func_hlink (hlink.c:2061) ==31670== by 0x4A754AB: main (test.h:570) ==31670==
still there.