Unset built bool when fini is called.

This commit is contained in:
Michael Drake 2013-07-25 11:41:16 +01:00
parent ef05c2f6e6
commit a4b5a8aed7
1 changed files with 2 additions and 0 deletions

View File

@ -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);