mirror of
https://gitlab.gnome.org/GNOME/gtk.git
synced 2024-11-05 16:20:10 +00:00
gdkwindow-broadway: Squash memory leak
We don't need to hang on to the update_area.
This commit is contained in:
parent
bb7bf07af6
commit
dcef61ac44
@ -1499,7 +1499,7 @@ static gboolean
|
||||
gdk_broadway_window_queue_antiexpose (GdkWindow *window,
|
||||
cairo_region_t *area)
|
||||
{
|
||||
return TRUE;
|
||||
return FALSE;
|
||||
}
|
||||
|
||||
guint32
|
||||
|
Loading…
Reference in New Issue
Block a user