j
k
j a
j l
+ GpLineGradient *gradient; ... + if (status == Ok) + *brush = (GpBrush *)gradient; + else + GdipDeleteBrush((GpBrush *)gradient);
This can free gradient without initializing it.
Back to the thread
Back to the list