summaryrefslogtreecommitdiffstats
path: root/source/view.c
diff options
context:
space:
mode:
Diffstat (limited to 'source/view.c')
-rw-r--r--source/view.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/source/view.c b/source/view.c
index 03b3aedb..bdbbdf63 100644
--- a/source/view.c
+++ b/source/view.c
@@ -763,6 +763,7 @@ void __create_window ( MenuFlags menu_flags )
// Tell textbox to use this context.
textbox_set_pango_context ( font, p );
// cleanup
+ TICK_N ( "cleanup font configure" );
g_object_unref ( p );
cairo_font_options_destroy ( fo );