diff --git a/dlls/gdiplus/region.c b/dlls/gdiplus/region.c index d28292c9eea..4d694f4ae86 100644 --- a/dlls/gdiplus/region.c +++ b/dlls/gdiplus/region.c @@ -360,6 +360,7 @@ GpStatus WINGDIPAPI GdipCombineRegionRegion(GpRegion *region1, delete_element(®ion1->node); memcpy(region1, reg2copy, sizeof(GpRegion)); + GdipFree(reg2copy); return Ok; }