GNOME Bugzilla – Bug 785793
gsk_color_matrix_node_draw leaking cairo_pattern_t
Last modified: 2017-08-04 00:01:59 UTC
gsk_color_matrix_node_draw() never calls cairo_pattern_destroy() on the pattern returned from cairo_pop_group(), resulting in a memory leak leading to (at least on win32) regular crashes this is with gtk+ git head as on 8/3/2017
Created attachment 356905 [details] [review] gskrendernodeimpl: Fix leak of Cairo Pattern