mirror of
https://github.com/reactos/reactos.git
synced 2025-08-05 18:52:57 +00:00
[WBEMDISP] Sync with Wine Staging 1.9.16. CORE-11866
svn path=/trunk/; revision=72313
This commit is contained in:
parent
f72814fe25
commit
07f4aca553
2 changed files with 3 additions and 2 deletions
|
@ -1215,7 +1215,8 @@ static ULONG WINAPI locator_Release(
|
||||||
if (!refs)
|
if (!refs)
|
||||||
{
|
{
|
||||||
TRACE( "destroying %p\n", locator );
|
TRACE( "destroying %p\n", locator );
|
||||||
IWbemLocator_Release( locator->locator );
|
if (locator->locator)
|
||||||
|
IWbemLocator_Release( locator->locator );
|
||||||
heap_free( locator );
|
heap_free( locator );
|
||||||
}
|
}
|
||||||
return refs;
|
return refs;
|
||||||
|
|
|
@ -198,7 +198,7 @@ reactos/dll/win32/uxtheme # Forked
|
||||||
reactos/dll/win32/vbscript # Synced to WineStaging-1.9.11
|
reactos/dll/win32/vbscript # Synced to WineStaging-1.9.11
|
||||||
reactos/dll/win32/version # 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/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/wbemprox # Synced to WineStaging-1.9.11
|
||||||
reactos/dll/win32/windowscodecs # 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
|
reactos/dll/win32/windowscodecsext # Synced to WineStaging-1.9.11
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue