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:
parent
4bf140d799
commit
141c55a72d
|
@ -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 */
|
||||
|
|
Loading…
Reference in New Issue