https://bugs.winehq.org/show_bug.cgi?id=36237
Bug ID: 36237 Summary: valgrind shows a leak in comctl32/tests/subclass.c Product: Wine Version: 1.7.18 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
==25345== 16 bytes in 1 blocks are definitely lost in loss record 135 of 690 ==25345== at 0x7BC4C735: notify_alloc (heap.c:255) ==25345== by 0x7BC50F79: RtlAllocateHeap (heap.c:1716) ==25345== by 0x7B84586B: HeapAlloc (heap.c:271) ==25345== by 0x7B845A92: GlobalAlloc (heap.c:364) ==25345== by 0x7B846ECF: LocalAlloc (heap.c:967) ==25345== by 0x4C64A16: Alloc (comctl32undoc.c:74) ==25345== by 0x4C68824: SetWindowSubclass (commctrl.c:1030) ==25345== by 0x49B8014: test_subclass (subclass.c:236) ==25345== by 0x49B8571: func_subclass (subclass.c:330) ==25345== by 0x49F4A1C: run_test (test.h:584) ==25345== by 0x49F4E0B: main (test.h:654) ==25345==