https://bugs.winehq.org/show_bug.cgi?id=48186
Bug ID: 48186 Summary: every wine process shows a definite leak in dlls/ntdll/env.c Product: Wine Version: 4.20 Hardware: x86 OS: Linux Status: NEW Keywords: download, source, testcase, valgrind Severity: major Priority: P2 Component: ntdll Assignee: wine-bugs@winehq.org Reporter: austinenglish@gmail.com Distribution: Gentoo
I mentioned this in #winehackers but got no feedback, so opening a bug.
==5560== 136 bytes in 1 blocks are definitely lost in loss record 95 of 128 ==5560== at 0x7BC6656F: notify_alloc (heap.c:260) ==5560== by 0x7BC695B5: RtlAllocateHeap (heap.c:1725) ==5560== by 0x7BC8EDAD: RtlCreateUnicodeString (rtlstr.c:260) ==5560== by 0x7BC5BD46: get_image_path (env.c:711) ==5560== by 0x7BC5E2A4: init_user_process_params (env.c:1441) ==5560== by 0x7BC7261C: __wine_process_init (loader.c:4256) ==5560== by 0x404A082: wine_init (loader.c:990) ==5560== by 0x7C0016AD: main (main.c:228)
If intentional then we can close this and I'll mark it as ignored.