Skip to content

reader-handler: fix double free of error

Michael Catanzaro requested to merge mcatanzaro/reader-mode-error into master

When the reader mode JS fails, we accidentally free it manually, even though it's stored in an autoptr. Oops!

Fixes #1698 (closed), sort of. This really only fixes the Epiphany side of things. I will report a separate WebKit bug to ensure the JS execution never fails.

Edited by Michael Catanzaro

Merge request reports