forked from AuroraMiddleware/gtk
Merge branch 'image-surfce-cache-leak' into 'gtk-3-24'
GtkCssImageSurface: Plug cache surface leak See merge request GNOME/gtk!1309
This commit is contained in:
commit
8ed65a96b9
@ -140,6 +140,8 @@ gtk_css_image_surface_dispose (GObject *object)
|
||||
surface->surface = NULL;
|
||||
}
|
||||
|
||||
g_clear_pointer (&surface->cache, cairo_surface_destroy);
|
||||
|
||||
G_OBJECT_CLASS (_gtk_css_image_surface_parent_class)->dispose (object);
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user