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