mirror of
https://github.com/netsurf-browser/netsurf
synced 2024-11-26 08:19:55 +03:00
Unset built bool when fini is called.
This commit is contained in:
parent
ef05c2f6e6
commit
a4b5a8aed7
@ -788,6 +788,8 @@ nserror global_history_fini(void)
|
||||
|
||||
LOG(("Finalising global history"));
|
||||
|
||||
gh_ctx.built = false;
|
||||
|
||||
/* Destroy the global history treeview */
|
||||
err = treeview_destroy(gh_ctx.tree);
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user