https://bugs.winehq.org/show_bug.cgi?id=36556
Bug ID: 36556 Summary: valgrind shows a definite leak in comctl32/tests/syslink.c Product: Wine Version: 1.7.19 Hardware: x86 OS: Linux Status: NEW Keywords: download, source, testcase Severity: normal Priority: P2 Component: comctl32 Assignee: wine-bugs@winehq.org Reporter: austinenglish@gmail.com
../../../tools/runtest -q -P wine -T ../../.. -M comctl32.dll -p comctl32_test.exe.so syslink && touch syslink.ok preloader: Warning: failed to reserve range 00110000-68000000 preloader: Warning: failed to reserve range 7f000000-82000000 ==26003== 120 bytes in 5 blocks are definitely lost in loss record 507 of 758 ==26003== at 0x7BC4C6DF: notify_alloc (heap.c:255) ==26003== by 0x7BC50F23: RtlAllocateHeap (heap.c:1716) ==26003== by 0x7B8457FF: HeapAlloc (heap.c:271) ==26003== by 0x7B845A26: GlobalAlloc (heap.c:364) ==26003== by 0x7B846E63: LocalAlloc (heap.c:967) ==26003== by 0x4FE7A09: ReAlloc (comctl32undoc.c:101) ==26003== by 0x504BDC5: SYSLINK_Render (syslink.c:749) ==26003== by 0x504D69E: SysLinkWindowProc (syslink.c:1596) ==26003== by 0x53B04F5: ??? (winproc.c:173) ==26003== by 0x53B066A: call_window_proc (winproc.c:244) ==26003== by 0x53B2803: WINPROC_call_window (winproc.c:900) ==26003== by 0x536F11C: call_window_proc (message.c:2223) ==26003== by 0x5371FBA: send_message (message.c:3260) ==26003== by 0x53725D8: SendMessageW (message.c:3454) ==26003== by 0x53A1E2B: WIN_CreateWindowEx (win.c:1634) ==26003== by 0x53A2313: CreateWindowExW (win.c:1751) ==26003== by 0x4D29DF0: create_syslink (syslink.c:174) ==26003== by 0x4D2A03E: func_syslink (syslink.c:235) ==26003== by 0x4D64DB9: run_test (test.h:584) ==26003== by 0x4D651A8: main (test.h:654) ==26003==