Add call to cairo_destroy() to gtk_text_layout_draw()
This commit is contained in:
committed by
Benjamin Otte
parent
089892df27
commit
54ac92aaaf
@ -970,5 +970,7 @@ gtk_text_layout_draw (GtkTextLayout *layout,
|
|||||||
g_list_free (tmp_widgets);
|
g_list_free (tmp_widgets);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
cairo_destroy (cr);
|
||||||
|
|
||||||
g_slist_free (line_list);
|
g_slist_free (line_list);
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user