Commit 76b821bd authored by Jacek Caban's avatar Jacek Caban Committed by Alexandre Julliard

urlmon: Call AddRef in CoInternetGetSession.

parent dae390d9
......@@ -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;
}
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment