18 Apr
2020
18 Apr
'20
9:06 p.m.
Signed-off-by: Sven Baars <sbaars(a)codeweavers.com> --- dlls/ntdll/env.c | 1 + 1 file changed, 1 insertion(+) diff --git a/dlls/ntdll/env.c b/dlls/ntdll/env.c index b15a425556..6670786def 100644 --- a/dlls/ntdll/env.c +++ b/dlls/ntdll/env.c @@ -1471,6 +1471,7 @@ void init_user_process_params( SIZE_T data_size ) params->Environment = env; NtCurrentTeb()->Peb->ProcessParameters = params; + RtlFreeUnicodeString( &initial_params.ImagePathName ); RtlFreeUnicodeString( &cmdline ); RtlReleasePath( load_path ); -- 2.24.0