gameux: Initialize registry path pointer to NULL in GAMEUX_getAppIdFromGDFPath.
This commit is contained in:
parent
e46c66a1f5
commit
3e2bf8adb0
|
@ -364,7 +364,7 @@ static HRESULT GAMEUX_getAppIdFromGDFPath(
|
|||
HRESULT hr;
|
||||
GAME_INSTALL_SCOPE installScope;
|
||||
GUID instanceId;
|
||||
LPWSTR lpRegistryPath;
|
||||
LPWSTR lpRegistryPath = NULL;
|
||||
HKEY hKey;
|
||||
DWORD dwLength = 49*sizeof(WCHAR);/* place for GUID */
|
||||
|
||||
|
|
Loading…
Reference in New Issue