Hi Santino,
On 5/31/23 14:29, Santino Mazza wrote:
- hr = IUnknown_QueryInterface(*unk, &IID_ITextServices, (void**)&serv);
- if (hr != S_OK) return hr;
Likely memory that is allocated in create_text_services() will be leaked while returning from here.