Commit 67b6044d authored by Marcus Meissner's avatar Marcus Meissner Committed by Alexandre Julliard

kernel32: Initialize owner_exists (Coverity).

parent 1fc5160c
......@@ -1050,7 +1050,7 @@ static HINSTANCE16 MODULE_LoadModule16( LPCSTR libname, BOOL implicit, BOOL lib_
const char *file_name = NULL;
char dllname[20], owner[20], *p;
const char *basename;
int owner_exists;
int owner_exists = FALSE;
/* strip path information */
......
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