mirror of
https://github.com/reactos/wine.git
synced 2025-02-02 10:12:01 +00:00
urlmon: Call AddRef in CoInternetGetSession.
This commit is contained in:
parent
dae390d90b
commit
76b821bdd7
@ -331,6 +331,7 @@ HRESULT WINAPI CoInternetGetSession(DWORD dwSessionMode, IInternetSession **ppII
|
||||
if(dwReserved)
|
||||
ERR("dwReserved=%d\n", dwReserved);
|
||||
|
||||
IInternetSession_AddRef(&InternetSession);
|
||||
*ppIInternetSession = &InternetSession;
|
||||
return S_OK;
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user