mirror of
https://github.com/netsurf-browser/netsurf
synced 2024-11-26 00:09:41 +03:00
Sprite content handler: Ensure we broadcast error on librosprite error.
This commit is contained in:
parent
a9d18a8efd
commit
1670dc33af
@ -165,6 +165,7 @@ ro_sprite_error:
|
||||
if (ctx != NULL) {
|
||||
rosprite_destroy_mem_context(ctx);
|
||||
}
|
||||
content_broadcast_errorcode(c, NSERROR_UNKNOWN);
|
||||
|
||||
return false;
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user