j
k
j a
j l
+ sts = GdipCloneMatrix(container->worldtrans, &newTrans);
+ if(sts != Ok)
+ return sts;
+
+ sts = GdipCloneRegion(container->clip, &newClip);
This leaks a matrix if GdipCloneRegion fails.
Back to the thread
Back to the list