[WBEMDISP] Sync with Wine Staging 1.9.16. CORE-11866

svn path=/trunk/; revision=72313
This commit is contained in:
Amine Khaldi 2016-08-18 10:50:14 +00:00
parent f72814fe25
commit 07f4aca553
2 changed files with 3 additions and 2 deletions

View file

@ -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;

View file

@ -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