Re: [1/3] gdiplus: Implement GdipBeginContainer2 and GdipEndContainer
July 5, 2009
9: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
6108
Age (days ago)
6108
Last active (days ago)
0 comments
1 participants
participants (1)
-
Vincent Povirk