summaryrefslogtreecommitdiff
path: root/riscos/hotlist.c
diff options
context:
space:
mode:
Diffstat (limited to 'riscos/hotlist.c')
-rw-r--r--riscos/hotlist.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/riscos/hotlist.c b/riscos/hotlist.c
index db2b0d47d..359268243 100644
--- a/riscos/hotlist.c
+++ b/riscos/hotlist.c
@@ -108,6 +108,7 @@ void ro_gui_hotlist_initialise(void)
warn_user("NoMemory", 0);
free(hotlist_tree);
hotlist_tree = NULL;
+ return;
}
hotlist_tree->root->expanded = true;
node = tree_create_folder_node(hotlist_tree->root, "NetSurf");