Re: [1/3] gdiplus: Implement GdipBeginContainer2 and GdipEndContainer
5 Jul
2009
5 Jul
'09
10:36 p.m.
+ sts = GdipCloneMatrix(container->worldtrans, &newTrans); + if(sts != Ok) + return sts; + + sts = GdipCloneRegion(container->clip, &newClip); + if(sts != Ok) + return sts; This leaks a matrix if GdipCloneRegion fails. -- Vincent Povirk
6094
Age (days ago)
6094
Last active (days ago)
0 comments
1 participants
participants (1)
-
Vincent Povirk