24 Feb
2009
24 Feb
'09
8:31 a.m.
"Vincent Povirk" <vincent(a)codeweavers.com> writes:
+ ILFree(This->pidl); + This->pidl = ILClone(pidl); + if (This->pidl) + return S_OK; + else + return E_OUTOFMEMORY;
You should check for success before you free the previous pidl. -- Alexandre Julliard julliard(a)winehq.org