Re: [PATCH 3/5] gdiplus/metafile: Support linear gradient brushes in playback
Nov. 6, 2017
4:41 p.m.
+ GpLineGradient *gradient; ... + if (status == Ok) + *brush = (GpBrush *)gradient; + else + GdipDeleteBrush((GpBrush *)gradient); This can free gradient without initializing it.
3062
Age (days ago)
3062
Last active (days ago)
0 comments
1 participants
participants (1)
-
Vincent Povirk