mirror of
https://github.com/ApfelTeeSaft/reactos.git
synced 2026-09-03 12:23:25 +00:00
[MSCOREE]
Backport Wine commit: 85d49c5819fb4494d9f81c56c3504bef5732b726 "Correct possible uninitialized variable (clang)." by Alistair Leslie-Hughes CID 215556 svn path=/trunk/; revision=69666
This commit is contained in:
@@ -1218,7 +1218,7 @@ HRESULT create_monodata(REFIID riid, LPVOID *ppObj )
|
||||
WCHAR path[CHARS_IN_GUID + ARRAYSIZE(wszCLSIDSlash) + ARRAYSIZE(wszInprocServer32) - 1];
|
||||
MonoDomain *domain;
|
||||
MonoAssembly *assembly;
|
||||
ICLRRuntimeInfo *info;
|
||||
ICLRRuntimeInfo *info = NULL;
|
||||
RuntimeHost *host;
|
||||
HRESULT hr;
|
||||
HKEY key;
|
||||
|
||||
Reference in New Issue
Block a user