gdiplus: Fix leak in widen_dashed_figure.
Signed-off-by: Vincent Povirk <vincent@codeweavers.com> Signed-off-by: Alexandre Julliard <julliard@winehq.org>
This commit is contained in:
parent
7578e09801
commit
9f22041b31
|
@ -2187,6 +2187,7 @@ static void widen_dashed_figure(GpPath *path, GpPen *pen, int start, int end,
|
|||
closed ? LineCapFlat : pen->endcap, pen->customend, last_point);
|
||||
}
|
||||
|
||||
heap_free(dash_pattern_scaled);
|
||||
heap_free(tmp_points);
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in New Issue