mirror of
https://github.com/ApfelTeeSaft/reactos.git
synced 2026-08-30 04:13:33 +00:00
[WBEMDISP] Sync with Wine Staging 1.9.16. CORE-11866
svn path=/trunk/; revision=72313
This commit is contained in:
@@ -1215,7 +1215,8 @@ static ULONG WINAPI locator_Release(
|
||||
if (!refs)
|
||||
{
|
||||
TRACE( "destroying %p\n", locator );
|
||||
IWbemLocator_Release( locator->locator );
|
||||
if (locator->locator)
|
||||
IWbemLocator_Release( locator->locator );
|
||||
heap_free( locator );
|
||||
}
|
||||
return refs;
|
||||
|
||||
@@ -198,7 +198,7 @@ reactos/dll/win32/uxtheme # Forked
|
||||
reactos/dll/win32/vbscript # Synced to WineStaging-1.9.11
|
||||
reactos/dll/win32/version # Synced to WineStaging-1.9.11
|
||||
reactos/dll/win32/vssapi # Synced to WineStaging-1.9.11
|
||||
reactos/dll/win32/wbemdisp # Synced to WineStaging-1.9.11
|
||||
reactos/dll/win32/wbemdisp # Synced to WineStaging-1.9.16
|
||||
reactos/dll/win32/wbemprox # Synced to WineStaging-1.9.11
|
||||
reactos/dll/win32/windowscodecs # Synced to WineStaging-1.9.11
|
||||
reactos/dll/win32/windowscodecsext # Synced to WineStaging-1.9.11
|
||||
|
||||
Reference in New Issue
Block a user