mirror of
https://github.com/netsurf-browser/netsurf
synced 2025-02-28 20:34:21 +03:00
Avoid assertion crash when html object recieves favicon message.
svn path=/trunk/netsurf/; revision=13220
This commit is contained in:
parent
ce37fdb128
commit
6a7e602bbd
@ -1736,6 +1736,10 @@ nserror html_object_callback(hlcache_handle *object,
|
||||
|
||||
break;
|
||||
|
||||
case CONTENT_MSG_LINK:
|
||||
/* Don't care about favicons */
|
||||
break;
|
||||
|
||||
default:
|
||||
assert(0);
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user