hotlist: Report if infallible destruction fails

Signed-off-by: Daniel Silverstone <dsilvers@digital-scurf.org>
This commit is contained in:
Daniel Silverstone 2020-02-23 09:37:42 +00:00
parent 16163aab03
commit bc94555d9e
No known key found for this signature in database
GPG Key ID: C30DF439F2987D74
1 changed files with 3 additions and 0 deletions

View File

@ -1403,6 +1403,9 @@ nserror hotlist_fini(void)
/* Destroy the hotlist treeview */
err = treeview_destroy(hl_ctx.tree);
if (err != NSERROR_OK) {
NSLOG(netsurf, INFO, "Problem destroying the hotlist treeview.");
}
hl_ctx.built = false;
/* Free hotlist treeview entry fields */