mirror of
https://github.com/reactos/wine.git
synced 2024-11-25 12:49:45 +00:00
shdocvw: Add SHDOCVW_LockModule()/SHDOCVW_UnlockModule() calls to ITaskbarList.
This commit is contained in:
parent
697e529c19
commit
f1cb32798a
@ -71,6 +71,7 @@ static ULONG STDMETHODCALLTYPE taskbar_list_Release(ITaskbarList *iface)
|
||||
if (!refcount)
|
||||
{
|
||||
HeapFree(GetProcessHeap(), 0, This);
|
||||
SHDOCVW_UnlockModule();
|
||||
}
|
||||
|
||||
return refcount;
|
||||
@ -161,5 +162,7 @@ HRESULT TaskbarList_Create(IUnknown *outer, REFIID riid, void **taskbar_list)
|
||||
return hr;
|
||||
}
|
||||
|
||||
SHDOCVW_LockModule();
|
||||
|
||||
return S_OK;
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user