summaryrefslogtreecommitdiff
path: root/riscos/gui.c
diff options
context:
space:
mode:
authorMichael Drake <tlsa@netsurf-browser.org>2011-09-18 11:50:34 +0000
committerMichael Drake <tlsa@netsurf-browser.org>2011-09-18 11:50:34 +0000
commit60f641bc44e7c40f3114630f60d0a30b57813e89 (patch)
treed1fa868258d2e717b61af2dbf9d7fd0c0714e315 /riscos/gui.c
parent033823e64e7e3b3ce2b69f0c2e39bc0707261976 (diff)
downloadnetsurf-60f641bc44e7c40f3114630f60d0a30b57813e89.tar.gz
netsurf-60f641bc44e7c40f3114630f60d0a30b57813e89.tar.bz2
Call sslcert_cleanup module on quit.
svn path=/trunk/netsurf/; revision=12805
Diffstat (limited to 'riscos/gui.c')
-rw-r--r--riscos/gui.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/riscos/gui.c b/riscos/gui.c
index 793be0962..387f1be11 100644
--- a/riscos/gui.c
+++ b/riscos/gui.c
@@ -62,6 +62,7 @@
#include "desktop/netsurf.h"
#include "desktop/options.h"
#include "desktop/save_complete.h"
+#include "desktop/sslcert.h"
#include "desktop/tree.h"
#include "desktop/tree_url_node.h"
#include "render/box.h"
@@ -817,6 +818,7 @@ void gui_quit(void)
history_global_cleanup();
cookies_cleanup();
hotlist_cleanup(option_hotlist_save);
+ sslcert_cleanup();
ro_gui_saveas_quit();
rufl_quit();
free(gui_sprites);