https://bugs.winehq.org/show_bug.cgi?id=38441
Bug ID: 38441 Summary: valgrind shows a possible leak in comdlg32/itemdlg Product: Wine Version: 1.7.41 Hardware: x86 OS: Linux Status: NEW Keywords: download, source, testcase, valgrind Severity: minor Priority: P2 Component: comdlg32 Assignee: wine-bugs@winehq.org Reporter: austinenglish@gmail.com Distribution: ---
==6055== 8 bytes in 1 blocks are possibly lost in loss record 67 of 1,238 ==6055== at 0x7BC49E0E: notify_alloc (heap.c:254) ==6055== by 0x7BC4E044: RtlAllocateHeap (heap.c:1715) ==6055== by 0x7B842BF7: HeapAlloc (heap.c:271) ==6055== by 0x7B842E45: GlobalAlloc (heap.c:377) ==6055== by 0x4E70894: OLEClipbrd_Initialize (clipboard.c:1756) ==6055== by 0x4EA50F4: OleInitialize (ole2.c:214) ==6055== by 0x4883FA9: func_itemdlg (itemdlg.c:2264) ==6055== by 0x488711A: run_test (test.h:584) ==6055== by 0x4887554: main (test.h:666) ==6055==
https://bugs.winehq.org/show_bug.cgi?id=38441
Austin English austinenglish@gmail.com changed:
What |Removed |Added ---------------------------------------------------------------------------- Distribution|--- |Debian
https://bugs.winehq.org/show_bug.cgi?id=38441
Vincent Povirk madewokherd@gmail.com changed:
What |Removed |Added ---------------------------------------------------------------------------- Component|comdlg32 |ole32
--- Comment #1 from Vincent Povirk madewokherd@gmail.com --- Seems like the leak is in OleInitialize, not anything really comdlg32-related.