mirror of
https://github.com/netsurf-browser/netsurf
synced 2024-11-23 14:59:47 +03:00
Add missing return.
svn path=/trunk/netsurf/; revision=7635
This commit is contained in:
parent
80ae7c78b3
commit
d09d540fff
@ -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");
|
||||
|
Loading…
Reference in New Issue
Block a user