Commit 141c55a7 authored by Rémi Bernon's avatar Rémi Bernon Committed by Alexandre Julliard

ntdll: Initialize local variable (valgrind).

parent 4bf140d7
......@@ -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 */
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment