Commit f1cb3279 authored by Henri Verbeet's avatar Henri Verbeet Committed by Alexandre Julliard

shdocvw: Add SHDOCVW_LockModule()/SHDOCVW_UnlockModule() calls to ITaskbarList.

parent 697e529c
......@@ -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;
}
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