mirror of
https://github.com/netsurf-browser/netsurf
synced 2024-11-22 14:31:20 +03:00
hotlist: Report if infallible destruction fails
Signed-off-by: Daniel Silverstone <dsilvers@digital-scurf.org>
This commit is contained in:
parent
16163aab03
commit
bc94555d9e
@ -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 */
|
||||
|
Loading…
Reference in New Issue
Block a user