https://bugs.winehq.org/show_bug.cgi?id=36582
Bug ID: 36582 Summary: valgrind shows a definite leak in user32/tests/dialog.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
==26259== 28 bytes in 1 blocks are definitely lost in loss record 237 of 760 ==26259== at 0x7BC4C6DF: notify_alloc (heap.c:255) ==26259== by 0x7BC50F23: RtlAllocateHeap (heap.c:1716) ==26259== by 0x5154EB8: DIALOG_get_info (defdlg.c:342) ==26259== by 0x5154F60: DefDlgProcA (defdlg.c:369) ==26259== by 0x4CCFD69: test_WM_NEXTDLGCTL (dialog.c:606) ==26259== by 0x4CD3173: func_dialog (dialog.c:1434) ==26259== by 0x4DA3978: run_test (test.h:584) ==26259== by 0x4DA3D67: main (test.h:654) ==26259==
https://bugs.winehq.org/show_bug.cgi?id=36582
Austin English austinenglish@gmail.com changed:
What |Removed |Added ---------------------------------------------------------------------------- Keywords| |valgrind