forked from AuroraMiddleware/gtk
Plug another memory leak
Also found by valgrind.
This commit is contained in:
parent
c8d4eefa71
commit
3f1dc87188
@ -3010,6 +3010,7 @@ gdk_window_mark_paint_from_clip (GdkWindow *window,
|
||||
cairo_region_subtract (impl_window->current_paint.flushed_region, clip_region);
|
||||
cairo_region_union (impl_window->current_paint.need_blend_region, clip_region);
|
||||
}
|
||||
cairo_region_destroy (clip_region);
|
||||
|
||||
/* Clear the area on the double buffer surface to transparent so we
|
||||
can start drawing from scratch the area "above" the flushed
|
||||
|
Loading…
Reference in New Issue
Block a user