mirror of
https://github.com/reactos/reactos.git
synced 2025-02-25 09:50:02 +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,6 +1215,7 @@ static ULONG WINAPI locator_Release(
|
|||
if (!refs)
|
||||
{
|
||||
TRACE( "destroying %p\n", locator );
|
||||
if (locator->locator)
|
||||
IWbemLocator_Release( locator->locator );
|
||||
heap_free( locator );
|
||||
}
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue