From 555924a73d921a3651d1399389d9d26adb0e179e Mon Sep 17 00:00:00 2001 From: Michael Drake Date: Wed, 23 Oct 2013 21:24:55 +0100 Subject: Call font finaliser on quit. --- framebuffer/gui.c | 3 +++ 1 file changed, 3 insertions(+) (limited to 'framebuffer') 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); -- cgit v1.2.3