forked from AuroraMiddleware/gtk
cssshadow: plug a cairo_surface_t leak
We were never destroying the cairo surface we use for blurring, which would lead to a huge leak. https://bugzilla.gnome.org/show_bug.cgi?id=686209
This commit is contained in:
parent
97f49c681b
commit
17760bd2eb
@ -363,6 +363,7 @@ gtk_css_shadow_value_finish_drawing (const GtkCssValue *shadow,
|
||||
cairo_paint (original_cr);
|
||||
|
||||
cairo_destroy (cr);
|
||||
cairo_surface_destroy (surface);
|
||||
|
||||
return original_cr;
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user