https://bugs.winehq.org/show_bug.cgi?id=49586
Bug ID: 49586 Summary: valgrind shows a leak in dlls/ntdll/env.c:set_wow64_environment() Product: Wine Version: 5.13 Hardware: x86 OS: Linux Status: NEW Keywords: download, source, testcase, valgrind Severity: normal Priority: P2 Component: ntdll Assignee: wine-bugs@winehq.org Reporter: austinenglish@gmail.com Distribution: Gentoo
==15876== 488 bytes in 1 blocks are definitely lost in loss record 216 of 291 ==15876== at 0x40345DC: malloc (vg_replace_malloc.c:307) ==15876== by 0x4864D6B: get_dynamic_environment (env.c:1121) ==15876== by 0x7BC43B28: set_wow64_environment (env.c:340) ==15876== by 0x7BC44866: init_user_process_params (env.c:1319) ==15876== by 0x7BC4F9C7: __wine_process_init (loader.c:3965) ==15876== by 0x7BC5080D: __wine_set_unix_funcs (loader.c:4056) ==15876== by 0x48724A5: start_main_thread (loader.c:1449) ==15876== by 0x48733CB: __wine_main (loader.c:1716) ==15876== by 0x7D0017D7: main (main.c:285) ==15876==