Re: [PATCH v5] compobj.dll16: Implement CoGetClassObject16().
Feb. 17, 2017
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).
3323
Age (days ago)
3323
Last active (days ago)
0 comments
1 participants
participants (1)
-
Sebastian Lackner