Module: wine Branch: master Commit: 67b6044de79a91971eeab1f68ccc29b4cec271a0 URL: http://source.winehq.org/git/wine.git/?a=commit;h=67b6044de79a91971eeab1f68c...
Author: Marcus Meissner meissner@suse.de Date: Thu Feb 1 17:02:38 2007 +0100
kernel32: Initialize owner_exists (Coverity).
---
dlls/kernel32/ne_module.c | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/dlls/kernel32/ne_module.c b/dlls/kernel32/ne_module.c index 80b8295..25b0dcf 100644 --- a/dlls/kernel32/ne_module.c +++ b/dlls/kernel32/ne_module.c @@ -1050,7 +1050,7 @@ static HINSTANCE16 MODULE_LoadModule16( const char *file_name = NULL; char dllname[20], owner[20], *p; const char *basename; - int owner_exists; + int owner_exists = FALSE;
/* strip path information */