https://bugs.winehq.org/show_bug.cgi?id=36597
Bug ID: 36597 Summary: valgrind shows several definite leaks in user32/tests/msg.c Product: Wine Version: 1.7.19 Hardware: x86 OS: Linux Status: NEW Keywords: download, source, testcase Severity: normal Priority: P2 Component: user32 Assignee: wine-bugs@winehq.org Reporter: austinenglish@gmail.com
==27824== 28 bytes in 1 blocks are definitely lost in loss record 294 of 1,006 ==27824== at 0x7BC4C6DF: notify_alloc (heap.c:255) ==27824== by 0x7BC50F23: RtlAllocateHeap (heap.c:1716) ==27824== by 0x5163EB8: DIALOG_get_info (defdlg.c:342) ==27824== by 0x51697B0: DIALOG_CreateIndirect (dialog.c:675) ==27824== by 0x5169BF0: CreateDialogIndirectParamAorW (dialog.c:763) ==27824== by 0x5169C41: CreateDialogIndirectParamA (dialog.c:772) ==27824== by 0x5169AF4: CreateDialogParamA (dialog.c:737) ==27824== by 0x4D388A8: test_dialog_messages (msg.c:11563) ==27824== by 0x4D4745E: func_msg (msg.c:14588) ==27824== by 0x4DA6978: run_test (test.h:584) ==27824== by 0x4DA6D67: main (test.h:654) ==27824==
==27824== 28 bytes in 1 blocks are definitely lost in loss record 296 of 1,006 ==27824== at 0x7BC4C6DF: notify_alloc (heap.c:255) ==27824== by 0x7BC50F23: RtlAllocateHeap (heap.c:1716) ==27824== by 0x5163EB8: DIALOG_get_info (defdlg.c:342) ==27824== by 0x51697B0: DIALOG_CreateIndirect (dialog.c:675) ==27824== by 0x5169BF0: CreateDialogIndirectParamAorW (dialog.c:763) ==27824== by 0x5169C41: CreateDialogIndirectParamA (dialog.c:772) ==27824== by 0x5169AF4: CreateDialogParamA (dialog.c:737) ==27824== by 0x4D38CA5: test_EndDialog (msg.c:11609) ==27824== by 0x4D47463: func_msg (msg.c:14589) ==27824== by 0x4DA6978: run_test (test.h:584) ==27824== by 0x4DA6D67: main (test.h:654) ==27824==
==27824== 68 bytes in 1 blocks are definitely lost in loss record 504 of 1,006 ==27824== at 0x7BC4C6DF: notify_alloc (heap.c:255) ==27824== by 0x7BC50F23: RtlAllocateHeap (heap.c:1716) ==27824== by 0x7BC32765: RtlCreateActivationContext (actctx.c:4506) ==27824== by 0x7B827590: CreateActCtxW (actctx.c:124) ==27824== by 0x4D261D0: test_create (msg.c:6876) ==27824== by 0x4D26E87: test_interthread_messages (msg.c:7004) ==27824== by 0x4D473D9: func_msg (msg.c:14568) ==27824== by 0x4DA6978: run_test (test.h:584) ==27824== by 0x4DA6D67: main (test.h:654) ==27824==