Closed hughbe closed 5 years ago
We'd allocate memory in gdip_linear_gradient_new and then override it immediately. Avoid allocating by just calling GdipAlloc instead of that method
gdip_linear_gradient_new
We'd allocate memory in
gdip_linear_gradient_new
and then override it immediately. Avoid allocating by just calling GdipAlloc instead of that method