https://bugs.winehq.org/show_bug.cgi?id=36309
Bug ID: 36309 Summary: valgrind shows a definite leak in ole32/tests/dragdrop.c Product: Wine Version: 1.7.18 Hardware: x86 OS: Linux Status: NEW Keywords: download, source, testcase Severity: normal Priority: P2 Component: ole32 Assignee: wine-bugs@winehq.org Reporter: austinenglish@gmail.com
==31321== 12 bytes in 1 blocks are definitely lost in loss record 95 of 716 ==31321== at 0x7BC4C735: notify_alloc (heap.c:255) ==31321== by 0x7BC50F79: RtlAllocateHeap (heap.c:1716) ==31321== by 0x50D611D: WrapDropTarget (ole2.c:513) ==31321== by 0x50D640A: RegisterDragDrop (ole2.c:598) ==31321== by 0x497A471: test_DoDragDrop (dragdrop.c:496) ==31321== by 0x497AF08: func_dragdrop (dragdrop.c:572) ==31321== by 0x49D0714: run_test (test.h:584) ==31321== by 0x49D0B03: main (test.h:654) ==31321==
https://bugs.winehq.org/show_bug.cgi?id=36309
Austin English austinenglish@gmail.com changed:
What |Removed |Added ---------------------------------------------------------------------------- Keywords| |valgrind