mirror of
https://github.com/reactos/reactos.git
synced 2025-06-06 09:50:43 +00:00
[IEFRAME] Sync with Wine Staging 3.9. CORE-14656
This commit is contained in:
parent
c441de2232
commit
88b70c737a
2 changed files with 5 additions and 1 deletions
|
@ -900,7 +900,10 @@ static ULONG WINAPI InternetExplorerManager_Release(IInternetExplorerManager *if
|
||||||
TRACE("(%p) decreasing refcount to %u\n", iface, ref);
|
TRACE("(%p) decreasing refcount to %u\n", iface, ref);
|
||||||
|
|
||||||
if (ref == 0)
|
if (ref == 0)
|
||||||
|
{
|
||||||
HeapFree(GetProcessHeap(), 0, This);
|
HeapFree(GetProcessHeap(), 0, This);
|
||||||
|
released_obj();
|
||||||
|
}
|
||||||
|
|
||||||
return ref;
|
return ref;
|
||||||
}
|
}
|
||||||
|
@ -936,6 +939,7 @@ HRESULT WINAPI InternetExplorerManager_Create(IClassFactory *iface, IUnknown *pO
|
||||||
hr = IInternetExplorerManager_QueryInterface(&ret->IInternetExplorerManager_iface, riid, ppv);
|
hr = IInternetExplorerManager_QueryInterface(&ret->IInternetExplorerManager_iface, riid, ppv);
|
||||||
IInternetExplorerManager_Release(&ret->IInternetExplorerManager_iface);
|
IInternetExplorerManager_Release(&ret->IInternetExplorerManager_iface);
|
||||||
|
|
||||||
|
InterlockedIncrement(&obj_cnt);
|
||||||
return hr;
|
return hr;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
|
@ -74,7 +74,7 @@ reactos/dll/win32/hlink # Synced to WineStaging-3.3
|
||||||
reactos/dll/win32/hnetcfg # Synced to WineStaging-3.9
|
reactos/dll/win32/hnetcfg # Synced to WineStaging-3.9
|
||||||
reactos/dll/win32/httpapi # Synced to WineStaging-3.3
|
reactos/dll/win32/httpapi # Synced to WineStaging-3.3
|
||||||
reactos/dll/win32/iccvid # Synced to WineStaging-3.3
|
reactos/dll/win32/iccvid # Synced to WineStaging-3.3
|
||||||
reactos/dll/win32/ieframe # Synced to WineStaging-3.3
|
reactos/dll/win32/ieframe # Synced to WineStaging-3.9
|
||||||
reactos/dll/win32/imaadp32.acm # Synced to WineStaging-3.3
|
reactos/dll/win32/imaadp32.acm # Synced to WineStaging-3.3
|
||||||
reactos/dll/win32/imagehlp # Synced to WineStaging-3.3
|
reactos/dll/win32/imagehlp # Synced to WineStaging-3.3
|
||||||
reactos/dll/win32/imm32 # Synced to WineStaging-3.3
|
reactos/dll/win32/imm32 # Synced to WineStaging-3.3
|
||||||
|
|
Loading…
Reference in a new issue