mirror of
https://github.com/ApfelTeeSaft/reactos.git
synced 2026-08-30 19:26:05 +00:00
[DEVENUM] Sync with Wine Staging 1.9.16. CORE-11866
svn path=/trunk/; revision=72263
This commit is contained in:
@@ -257,8 +257,8 @@ static void DEVENUM_ReadPinTypes(HKEY hkeyPinKey, REGFILTERPINS *rgPin)
|
||||
|
||||
error_cleanup_types:
|
||||
|
||||
if (clsMajorType) CoTaskMemFree(clsMajorType);
|
||||
if (clsMinorType) CoTaskMemFree(clsMinorType);
|
||||
CoTaskMemFree(clsMajorType);
|
||||
CoTaskMemFree(clsMinorType);
|
||||
}
|
||||
|
||||
RegCloseKey(hkeyMajorType);
|
||||
@@ -353,7 +353,7 @@ static void DEVENUM_ReadPins(HKEY hkeyFilterClass, REGFILTER2 *rgf2)
|
||||
error_cleanup:
|
||||
|
||||
RegCloseKey(hkeyPinKey);
|
||||
if (rgPin->strName) CoTaskMemFree(rgPin->strName);
|
||||
CoTaskMemFree(rgPin->strName);
|
||||
}
|
||||
|
||||
RegCloseKey(hkeyPins);
|
||||
|
||||
@@ -29,7 +29,7 @@ reactos/dll/directx/wine/d3drm # Synced to WineStaging-1.9.16
|
||||
reactos/dll/directx/wine/d3dx9_24 => 43 # Synced to WineStaging-1.9.4
|
||||
reactos/dll/directx/wine/d3dxof # Synced to WineStaging-1.9.16
|
||||
reactos/dll/directx/wine/ddraw # Synced to WineStaging-1.9.4
|
||||
reactos/dll/directx/wine/devenum # Synced to WineStaging-1.9.11
|
||||
reactos/dll/directx/wine/devenum # Synced to WineStaging-1.9.16
|
||||
reactos/dll/directx/wine/dinput # Synced to WineStaging-1.9.11
|
||||
reactos/dll/directx/wine/dinput8 # Synced to WineStaging-1.9.11
|
||||
reactos/dll/directx/wine/dmusic # Synced to WineStaging-1.9.11
|
||||
|
||||
Reference in New Issue
Block a user