summaryrefslogtreecommitdiff
path: root/framebuffer/gui.c
diff options
context:
space:
mode:
Diffstat (limited to 'framebuffer/gui.c')
-rw-r--r--framebuffer/gui.c3
1 files changed, 3 insertions, 0 deletions
diff --git a/framebuffer/gui.c b/framebuffer/gui.c
index 6530c388a..a941832a4 100644
--- a/framebuffer/gui.c
+++ b/framebuffer/gui.c
@@ -625,6 +625,9 @@ main(int argc, char** argv)
netsurf_exit();
+ if (fb_font_finalise() == false)
+ LOG(("Font finalisation failed."));
+
/* finalise options */
nsoption_finalise(nsoptions, nsoptions_default);