mscoree: Correct possible uninitialized variable (clang).
This commit is contained in:
parent
c99754ef15
commit
85d49c5819
|
@ -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;
|
||||||
|
|
Loading…
Reference in New Issue