Hi Aric,
Aric Stewart wrote:
dlls/msctf/threadmgr.c | 28 ++++++++++++++++++++++++---- 1 files changed, 24 insertions(+), 4 deletions(-)
+ if (!pdimFocus || FAILED(IUnknown_QueryInterface(pdimFocus,&IID_ITfDocumentMgr,(LPVOID*) &check))) + return E_INVALIDARG; + + This->focus = check;
Shouldn't This->focus be released if it's already set?
Jacek