mscoree: Correct possible uninitialized variable (clang).

oldstable
Alistair Leslie-Hughes 2012-01-31 18:56:53 +11:00 committed by Alexandre Julliard
parent c99754ef15
commit 85d49c5819
1 changed files with 1 additions and 1 deletions

View File

@ -1239,7 +1239,7 @@ HRESULT create_monodata(REFIID riid, LPVOID *ppObj )
WCHAR path[CHARS_IN_GUID + ARRAYSIZE(wszCLSIDSlash) + ARRAYSIZE(wszInprocServer32) - 1]; WCHAR path[CHARS_IN_GUID + ARRAYSIZE(wszCLSIDSlash) + ARRAYSIZE(wszInprocServer32) - 1];
MonoDomain *domain; MonoDomain *domain;
MonoAssembly *assembly; MonoAssembly *assembly;
ICLRRuntimeInfo *info; ICLRRuntimeInfo *info = NULL;
RuntimeHost *host; RuntimeHost *host;
HRESULT hr; HRESULT hr;
HKEY key; HKEY key;