mirror of
https://gitlab.gnome.org/GNOME/gtk.git
synced 2025-01-16 07:04:29 +00:00
Add call to cairo_destroy() to gtk_text_layout_draw()
This commit is contained in:
parent
089892df27
commit
54ac92aaaf
@ -970,5 +970,7 @@ gtk_text_layout_draw (GtkTextLayout *layout,
|
||||
g_list_free (tmp_widgets);
|
||||
}
|
||||
|
||||
cairo_destroy (cr);
|
||||
|
||||
g_slist_free (line_list);
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user