Re: [6/6] shell32: implement Get/SetIDList on ShellItem objects
24 Feb
2009
24 Feb
'09
2:31 p.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
6225
Age (days ago)
6225
Last active (days ago)
0 comments
1 participants
participants (1)
-
Alexandre Julliard