From 4e7edf00e217bc05ab6c0b45bcf9e9d843f99f32 Mon Sep 17 00:00:00 2001 From: John-Mark Bell Date: Sun, 13 Jan 2013 18:18:49 +0000 Subject: Fix 1912552: move FontRemove into ro_gui_cleanup() --- riscos/gui.c | 2 ++ 1 file changed, 2 insertions(+) (limited to 'riscos/gui.c') diff --git a/riscos/gui.c b/riscos/gui.c index 8eac42de7..de5dc4af4 100644 --- a/riscos/gui.c +++ b/riscos/gui.c @@ -944,6 +944,8 @@ void ro_gui_cleanup(void) { ro_gui_buffer_close(); xhourglass_off(); + /* Uninstall NetSurf-specific fonts */ + xos_cli("FontRemove NetSurf:Resources.Fonts."); } -- cgit v1.2.3