Browser favicon: Handle errorcode in the hlcache callback.

This commit is contained in:
Michael Drake 2017-08-28 11:04:42 +01:00
parent 771fe0d44c
commit 7385f74141
1 changed files with 1 additions and 0 deletions

View File

@ -1094,6 +1094,7 @@ browser_window_favicon_callback(hlcache_handle *c,
break;
case CONTENT_MSG_ERROR:
case CONTENT_MSG_ERRORCODE:
/* clean up after ourselves */
if (c == bw->favicon.loading) {