j
k
j a
j l
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.
Back to the thread
Back to the list