ntdll: Initialize local variable (valgrind).

Signed-off-by: Rémi Bernon <rbernon@codeweavers.com>
Signed-off-by: Alexandre Julliard <julliard@winehq.org>
This commit is contained in:
Rémi Bernon 2020-11-30 10:40:21 +01:00 committed by Alexandre Julliard
parent 4bf140d799
commit 141c55a72d
1 changed files with 1 additions and 1 deletions

View File

@ -1446,7 +1446,7 @@ static void load_ntdll(void)
{
NTSTATUS status;
SECTION_IMAGE_INFORMATION info;
void *module;
void *module = NULL;
char *name = build_path( dll_dir, "ntdll.dll.so" );
name[strlen(name) - 3] = 0; /* remove .so */