Sprite content handler: Ensure we broadcast error on librosprite error.

This commit is contained in:
Michael Drake 2017-08-29 11:57:34 +01:00
parent a9d18a8efd
commit 1670dc33af

View File

@ -165,6 +165,7 @@ ro_sprite_error:
if (ctx != NULL) {
rosprite_destroy_mem_context(ctx);
}
content_broadcast_errorcode(c, NSERROR_UNKNOWN);
return false;
}