summaryrefslogtreecommitdiff
path: root/riscos
diff options
context:
space:
mode:
Diffstat (limited to 'riscos')
-rw-r--r--riscos/global_history.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/riscos/global_history.c b/riscos/global_history.c
index 0793a0104..5cccae0b4 100644
--- a/riscos/global_history.c
+++ b/riscos/global_history.c
@@ -98,6 +98,7 @@ void ro_gui_global_history_initialise(void)
warn_user("NoMemory", 0);
free(global_history_tree);
global_history_tree = NULL;
+ return;
}
global_history_tree->root->expanded = true;
ro_gui_global_history_initialise_nodes();