GNOME Bugzilla – Bug 784790
comics: Don't throw errors in a loop if image is not readable
Last modified: 2017-07-11 16:55:19 UTC
.
Created attachment 355322 [details] [review] comics: Don't throw errors in a loop if image is not readable If the file inside the comics archive isn't a readable image file, then the loader would get closed but we'd keep trying to feed it data, leading to tons of warnings. Exit early with the gdk-pixbuf loader error instead.
Comment on attachment 355322 [details] [review] comics: Don't throw errors in a loop if image is not readable Thanks
Attachment 355322 [details] pushed as 3e438b9 - comics: Don't throw errors in a loop if image is not readable