j
k
j a
j l
"Vincent Povirk" vincent@codeweavers.com writes:
ILFree(This->pidl); This->pidl = ILClone(pidl); if (This->pidl) return S_OK; else return E_OUTOFMEMORY;
return S_OK;
return E_OUTOFMEMORY;
You should check for success before you free the previous pidl.
Back to the thread
Back to the list