Re: [PATCH v5] compobj.dll16: Implement CoGetClassObject16().
17 Feb
2017
17 Feb
'17
3:40 p.m.
On 17.02.2017 22:32, Zebediah Figura wrote:
+ SEGPTR seg_rclsid = MapLS(rclsid); + SEGPTR seg_riid = MapLS(riid); + SEGPTR seg_ppv = MapLS(ppv);
You should also unmap them in case of an error. (Or alternatively, you could change the specfile, and pass through the SEGPTRs).
3221
Age (days ago)
3221
Last active (days ago)
0 comments
1 participants
participants (1)
-
Sebastian Lackner